Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Day 2 of 100 Days of Python

Project name: Tip Calculator

Things I learnt: Data types, Type-casting, Arithmetic operators, F-Strings

What this program does: This program calculates how much each person should tip based on the total bill, tip percentage, and number of people

The project has been improved with selection, error-handling, and some functions