Skip to content

Isa20001/pizza-ordering-system-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pizza Ordering System

Overview

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.

Features

  • 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

Skills Demonstrated

  • Python programming
  • Object-Oriented Programming (OOP)
  • Basic user input handling
  • Simple pricing logic

Usage

  1. Run the program:
    python pizza.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages