Tip Calculator

For this assignment, I am using Tip Calculator to see how much I have to pay for my meal. Why use tip calculator if I can use a normal calculator?. Using tip calculator will help me familiarize with python by writing scripts and using the correct format, also to  use computers to solve real life problems. I had some problems at the beginning but then I started to read the instruction carefully and I was able to calculate  how much money I have to pay.

First, Create the variable meal.

tip-calculator-_-codecademy-google-chrome-9_13_2016-3_16_22-pm

Second, Create the variable tax.

tip-calculator-_-codecademy-google-chrome-9_13_2016-3_18_06-pm

Third, Create the variable Tip.

codecademy-python-lessons-tip-calculator-youtube-google-chrome-9_13_2016-3_19_39-pm

Then, on line 7 we are calculating the cost of meal and tax.

tip-calculator-_-codecademy-google-chrome-9_13_2016-3_21_41-pm

Finally, you have the cost of the meal.

tip-calculator-_-codecademy-google-chrome-9_13_2016-3_24_10-pm