Write a function that takes the choice of the user and


Problem

Menu Writing - Python - Please include #Comments in each line for explanation

(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 don't have to write the other function definitions.)

Request for Solution File

Ask an Expert for Answer!!
Business Management: Write a function that takes the choice of the user and
Reference No:- TGS02781058

Expected delivery within 24 Hours