Question: PYTHON LAB 1 Company A has asked you to develop for them a command line application. A repair shop needs to automate their receipt creation
PYTHON LAB 1
Company A has asked you to develop for them a command line application.
A repair shop needs to automate their receipt creation process.
Current process: Shop fills out an itemized list and does the GST manually. The receipt is then given to the customer for their records.
Company A wants to speed up the process by giving the sales person the ability to select items from a list, to create a multiplier and automatically add GST to it.
Application must include:
Constants
Variety of data types
Master inventory list
For loop
Order list(a list that is created for the client everytime the application is run)
Final display on screen should attractively show everything that was ordered with GST applied.
Edit Note: The Items presented in the inventory list can be hard coded as an array
Eg:
itemCode = ["1", "2", "3"]
itemName = ["Apple", "Banana", "Orange"]
itemPrice = [ "$2.50", "$0.50", "1.00"]
The Lab is a creative one, the output is up to you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
