Yum Di writes:
> I m still new at python.
> Can someone please help me
Welcome to Python!
Please join our dedicated beginner forum, ‘python-tutor’
https://mail.python.org/mailman/listinfo/tutor>.
> Hey, this is my code..
That's a lot of code to dump all at once. If you have a specific
reques
import random
import time
print ("Welcome to Pizza Shed!")
tablenum = input ("Enter table number from 1-25 \n ")
while tablenum>25 or tablenum <=0:
tablenum = input ("Enter the correct table number, there are only 25 tables
")
#Pizza menu with prices
print ("-")
pr