Tip Calculator

This lab was learning how to make a tip calculator using python. In order to create this I needed three variables to begin with. The cost of the meal, tax, and the percentage of a tip. Tax and tip stays at a fixed number while the cost of the meal can be changed. The last two variables are the meal with tax and then with tip. This exercise taught me that certain problems can be solved with python using mathematical equations. In this example I used $125.34 as the cost of the meal. My total came out to $153.87 with both tax and tip included