Question: Question 1) You are asked to design a python program which asks user to enter three prices, store them in a list. (30 marks) Step
Question 1) You are asked to design a python program which asks user to enter three prices, store them in a list. (30 marks)
Step 1: Develop a Python program that calculates the total of prices as well as calculating the total-price after tax. The program displays the total_price and the total_price_after_tax on the output.
Step2: Redesign the program, by creating a module (sub-program). Save the module in a .py file and try to import that module into your program
- Run the program outside any editor and in command prompt.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
