Skip to content

Instantly share code, notes, and snippets.

View andrewsmmm's full-sized avatar

Code-Odyssey andrewsmmm

  • Somerset, England
  • 17:31 (UTC +01:00)
View GitHub Profile
@andrewsmmm
andrewsmmm / Python_Pizza.py
Created May 17, 2025 18:45
Day_3_Python_Pizza
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):