Lab Produce Stand
This lab is to be done on your own.
Create a python program using a dictionary data structure that does the following:
- Comments at the top of the module with your name, date, and description. 1 point.
- Print the items for sale and their prices based on the dictionary contents. 1 point.
- Prompt the user to enter the quantity and item, or exit. 1 point.
- Print the quantity, the item price and the total for the line item. 3 points.
- Handle the case if a user mistypes the item name (Item not found) 1 point.
- Print the total cost. 3 points
- Note: In all cases, if printing a price, there must be 2 decimal places.
Submit this program two ways:
- As .py code file.
- As a screenshot in .jpg or .png format showing the run below as output.
The image below shows an example run of the program.
You must do this exact run and it must be turned in as your submitted screenshot.