Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 716 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 716 Bytes

Pizza Calculator

A python script that calculates the number of pizzas needed, the total area of pizza, and the total cost of pizza.

Instructions

Input the number of people and the totals of each type of pizza will be output along with the total area of pizza. Then input the tip percentage and the total cost of the pizzas will be output.

Application

This program offers an easier way to determine how much pizza to order for your events.

Download and Run

  1. Download and extract the root directory
  2. Build and run Dockerfile
  3. Configure the tests in the . directory
  4. Run test_homework0.py
  5. Run homework0.py