Question: Write a Python class Restaurant with attributes like menu _ items, book _ table, and customer _ orders, and methods like add _ item _
Write a Python class Restaurant with attributes like menuitems, booktable, and customerorders, and methods like additemtomenu, booktables, and customerorder.
Perform the following tasks now:
Now add items to the menu.
Make table reservations.
Take customer orders.
Print the menu.
Print table reservations.
Print customer orders.
Export the customer orders by daily & monthly
Note: Use dictionaries and lists to store the data.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
