Question: The following code has to be done using PYTHON 3.6 Restaurant/Menu Project (Object Oriented Programming) Directions: (Create full Menu and order I management System) Create
The following code has to be done using PYTHON 3.6

Restaurant/Menu Project (Object Oriented Programming) Directions: (Create full Menu and order I management System) Create Full Menu: 1. A restaurant name 2. The type of cuisine your restaurant will serve (Mexican, Italian, American, Polish, etc.) 3. A FULL MENU including 5 food items under the following categories: a. Drinks (non-alcoholic) b. Appetizers c. Lunch Special d. Dinner e. Dessert Under EACH section of your menu listed above you will include AT LEAST FIVE food options for your customers Create dictionary for each category. Key will be item name. value will be a list that contains item description and price Order: 1. Create options for customers to order each category 2. Display all items descriptions and prices for the selected category. 3. Display the finished order with all items name and price 4. Display the subtotal, tax and total. 5. Save to a text file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
