Answered step by step
Verified Expert Solution
Link Copied!

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

  1. Welcome the user to Zion's Pizza Restaurant and ask the user how many people are in their dinner group.
  2. 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.
  3. 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.
  4. As they enter each topping, print a message saying youll add that topping to their pizza.
  5. Make a list called sandwich_orders and fill it with the names of various sandwiches.
  6. Make an empty list called finished_sandwiches.
  7. Loop through the list of sandwich orders and spring a message for each order such as "I am working on your tuna sandwich"
  8. As each sandwich is made, move it to the list of finished sandwiches.
  9. 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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Readings In Database Systems

Authors: Michael Stonebraker

2nd Edition

0934613656, 9780934613651

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago