Question: Hello, I have been stuck on this Python problem for a while now. Can anyone solve it? a.) A common task while writing any software
Hello, I have been stuck on this Python problem for a while now. Can anyone solve it?
a.) A common task while writing any software is to display a menu and ask the user for a choice. One such example is the menu on your cellphone. It has messaging, contacts, games, settings, media, and web (and possibly others) as options. Write a function called display menu that displays the menu to the user and allows the user to make a choice (using input).
b) Write a function that takes the choice of the user and makes calls to the other functions that correspond to the operation to be performed. (Give meaningful names to the functions. You dont have to write the other function definitions.)
Thanks a bunch, Kameron
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
