Asked by Mona

A customer in a store is purchasing five items. Design a program in python that asks for the price of each item, and then displays the subtotal of the sale, the amount of the sales tax , and the total. Assume the sales tax is 6 percent.

Answers

Answered by MathMate
Here's a tutorial with examples on Python input/output.

http://docs.python.org/tutorial/inputoutput.html

Study them and code accordingly.
If you have difficulties, post your code for help.
Answered by joe
A customer in a store is purchasing five items. Design a program in python that asks for the price of each item, and then displays the subtotal of the sale, the amount of the sales tax , and the total. Assume the sales tax is 6 percent.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions