Question: 2 ) [ 5 0 points ] Grocery List Create a Python program named groceries.py . This program prompts the user to enter five grocery
points Grocery List
Create a Python program named groceries.py This program prompts the user to enter five grocery items along with the estimated price and quantity needed for each item. After the user has provided this information, the program should display the following:
The total quantity of items entered.
The item with the highest quantity.
The item with the lowest quantity.
The item with the highest estimated price
The item with the lowest estimated price
The estimated total cost
If two or more items have the same minimum or maximum quantity, the program should display the item that was entered first.
Sample Run underlined text indicates data entered by user at runtime.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
