Answered step by step
Verified Expert Solution
Question
1 Approved Answer
All in python please Welcome the user to Zion's Pizza Restaurant and ask the user how many people are in their dinner group. If the
All in python please
- Welcome the user to Zion's Pizza Restaurant and ask the user how many people are in their dinner group.
- If the answer is more than eight (8), print a message saying they'll have to wait for a table. Otherwise, report that their table is ready and take their order.
- Assume the client orders one pizza, and ask what he/she would like on their pizza, include a loop that prompts the user to enter a series of pizza toppings until they enter a quit value.
- As they enter each topping, print a message saying youll add that topping to their pizza.
- Make a list called sandwich_orders and fill it with the names of various sandwiches.
- Make an empty list called finished_sandwiches.
- Loop through the list of sandwich orders and spring a message for each order such as "I am working on your tuna sandwich"
- As each sandwich is made, move it to the list of finished sandwiches.
- After all the sandwiches have been made, print a message listing each sandwich that was made.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started