A simple Python console-based program to create and customize pizzas.
Users can select the size, add toppings, choose how many pizzas of each type, and calculate the total price.
- Add multiple pizzas to an order
- Choose pizza size (Small, Medium, Large)
- Add unlimited toppings
- Calculate the total number of pizzas and final cost
- Customizable orders
- Python programming
- Object-Oriented Programming (OOP)
- Basic user input handling
- Simple pricing logic
- Run the program:
python pizza.py