PYTHON project I need help creating a python command line custom help menu class with method that uses user input to print specific help messages. I need it to accept a user input command, one of the possible commands are "help" and "help keyword", which print a message that corresponds to 5 different keywords as well as the basic "help". The flow of the program: User inputs a command from a printed list, one of them being "help" which prints "a general help message". The if a user inputs "help input" it prints "a help message about the input function", or "help parse" it prints "a help message about the parse function", for 5 different keyword options. You can use any names, I will change them later. This program is just one part of a larger program, so it doesn't RELY on the user to input anything, but if the user does input the specific command, it will respond accordingly. I feel like an array or some kind of independent structure would work best, but I'm not sure. I'm not familiar with python.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5GZ
icon
Related questions
Question

PYTHON project

I need help creating a python command line custom help menu class with method that uses user input to print specific help messages. I need it to accept a user input command, one of the possible commands are "help" and "help keyword", which print a message that corresponds to 5 different keywords as well as the basic "help".
The flow of the program: User inputs a command from a printed list, one of them being "help" which prints "a general help message". The if a user inputs "help input" it prints "a help message about the input function", or "help parse" it prints "a help message about the parse function", for 5 different keyword options. You can use any names, I will change them later. This program is just one part of a larger program, so it doesn't RELY on the user to input anything, but if the user does input the specific command, it will respond accordingly.
I feel like an array or some kind of independent structure would work best, but I'm not sure. I'm not familiar with python.

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
void method
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT