#Day2 project of the #100DaysOfCode challenge. Basically it calculates the tip for you.
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
You can try out this project on my replit https://replit.com/@DracoPythondev/Tip-Calculator?v=1#main.py