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.
Second, Create the variable tax.
Third, Create the variable Tip.
Then, on line 7 we are calculating the cost of meal and tax.
Finally, you have the cost of the meal.