Please create a text-based menu in PYTHON directing to any 6 made-up functions. Create a “__main__” function to begin your program with a loop that does the following: Draws a text-based menu in your...

Please create a text-based menu in PYTHON directing to any 6 made-up functions. Create a “__main__” function to begin your program with a loop that does the following: Draws a text-based menu in your output and asks you for a choice to run any of your made up functions. See example below. After the user chooses a function, run that function. Then redraw the menu and ask for another choice. Always give the user the chance to enter “Quit” or “quit” to quit the program. Always check user input for valid entries (i.e. #’s 1 – 6, or “Quit”). Display an error on invalid input. Then give the user another chance to correct the input. Run the program in a “terminal” window (aka: command line window in Windows) and upload a screen shot of your results.

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here