¡@

Home 

python Programming Glossary: tax

Python 3.2.3 programming…Almost had it working [closed]

http://stackoverflow.com/questions/12558717/python-3-2-3-programming-almost-had-it-working

the cost of the meal y float input What is was the sales tax z float input What percentage tip would you like to leave print.. Food .format x y 100 x z 100 x error output line 10 in Syntax Error .format x 1 line 1017 I have been told that this works.. the charge for the food and the percentage of the sales tax. The program should then ask the user what percentage of tip..