How do you create a restaurant menu on python?

The program must display a text-based menu of the above items for the users to choose from. Basically I have to create a program that will continue to ask for an item until the user signals that the order is complete. If a user enters the word “Done,” then the program computes the total cost of the order and displays both the user’s order and the total cost. More than anything I just need someone to point me in the right direction, maybe a good tutorial or something.

Comments

Sign In or Register to comment.