Lab #1: Tip Calculator

Today in lab, we learned how to read python, identify errors, and type it out in an interactive website as an aid for our learning. As a result we were able create a tip calculator for a meal created in a scenario of the website. We used variables (meal, tax, and tip) to hold the values of the money and percents that we assigned them to, then we used those same variable holding our to perform simple math to calculate the total amount of money we would have to pay which includes the tip.

python 1

python 2

python 3

python 4

python 5