Question: REMEMBER THIS IS PYTHON FOR BEGINNERS KEEP IT AS SIMPLE AS POSSIBLE Write Python program in which you create a dictionary that represents a simple
REMEMBER THIS IS PYTHON FOR BEGINNERS KEEP IT AS SIMPLE AS POSSIBLE

Write Python program in which you create a dictionary that represents a simple menu at a restaurant. The keys in the dictionary should be the items on the menu and the values should be the prices of these items. Here is a short sample: {"hamburger': 1.99, 'small fries': 1.49, 'diet coke': 1.69} Your program should display the menu, ask user for their order and then compute and display the total price including 7% tax. User may order more than one item from the menu. Your program should ask for one item at a time and use loop statement to collect the entire order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
