Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#Swigato - Online Food Delivery App

#Costumers can select what food they want by a menu driven program
#Get it delivered to your address within 30 mins !!

pizza1=99
pizza2=159
burger1=49
burger2=99
softdrink=95
chocolava=99
garlicbread=49
rice=89
roti=19
nan=29
water=20
p=0
print("Welcome to Swigato ! How we can help you ?")
print("Enter '1' If You want to order food")
print("Enter '2' if you want to display prices of the food items")
print("'3' If you want to exit")
ch1=int(input('Enter your choice : '))
if ch1==1:
print("Which Food do you want to order")
print("1. Pizza , 2. Burger , 3. Rice , 4. Roti , 5. Naan")
ch2=int(input("Enter your choice : "))
if ch2==1:
print("1. Small(Rs.99/-), 2. Large(Rs.159/-)")
ch3=int(input("Enter your choice : "))
p+=

You might also like