- Python3
- `install python3`
-It is a bill and tip calculator based on the user input.
- Open the terminal in VS Code ctrl + j for mac users and ctrl + ~ for windows, type `python3 tip_calculator.py`.
- Answer the questions as prompted by the terminal.
- Please note: if you hit anything but a number you will have to restart the program
- Once complete, the terminal will display the tip amount, the total amount with tip included, and the amount each should pay evenly.
- Calculating the tip percentage
- Rounding up to two decimal places
- What if the user doesn't put in a number
- What if the user doesn't want to pay their bill