This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("Welcome to Python Pizza Deliveries!") | |
# size = input('What size pizza do you want? S, M or L: ') | |
# pepperoni = input('Do you want pepperoni on your pizza? Y or N: ') | |
# extra_cheese = input('Do you want extra cheese? Y or N: ') | |
# set bill to zero ready for additions to choice | |
bill = 0 | |
# Prices for pizzas and toppings (enables easy changing of prices): |