On 09/04/16 10:32, Nevina Dias via Tutor wrote:
Sorry for the delay the message was in the moderation queue and I was on
holiday.
As to your code it has not been posted in plain text so its been
scrambled by the email system. We can't begin to decipher it.
When you say it "won't run", do you get
import random import time
print ("Welcome to Pizza Shed!")
total_cost = 0
tablenum = input ("Enter table number from 1-25 \n ")tablenum =
int(tablenum)while tablenum>25 or tablenum <=0: tablenum = input ("Enter
the correct table number, there are only 25 tables ") #Pizza menu with
price