Skip to content

PythonDevDraco/Tip-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Tip-Calculator

#Day2 project of the #100DaysOfCode challenge. Basically it calculates the tip for you.

Details

First of all, it will ask for the total amount of the bill.

Welcome to the Tip Calculator.
What was the total bill ? $

Then, it asks how much percentage of the bill you want to leave as a tip.

Welcome to the Tip Calculator.
What was the total bill ? $147.47
What percentage tip would you like to give ?

Then, it asks how many people you want to split the bill into.

Welcome to the Tip Calculator.
What was the total bill ? $147.47
What percentage tip would you like to give ? 15
How many people to split the bill ?

Finally, it calculates the tip.

Welcome to the Tip Calculator.
What was the total bill ? $147.47
What percentage tip would you like to give ? 15
How many people to split the bill ? 5
Each person should pay: $33.92

Try Out This Project

You can try out this project on my replit https://replit.com/@DracoPythondev/Tip-Calculator?v=1#main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages