Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 521 Bytes

Python Tip Calculator

A fast, handy and easy way to spilt bills and calculate tips applied on the bill.

Example Input

Welcome to the tip calculator!
What was the total bill? $124.56
How much tip would you like to give? 10, 12, or 15? 12
How many people to split the bill? 7

Example Output

Each person should pay: $19.93

License:

This project is licensed under the Apache License, Version 2.0.

You're open to make changes and contribute to the project, please make a pull request!