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.
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.
2 answers
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.