Question: in python please! hw4 part 3.py (Worth 6 points) This program allows the user to create a shopping checklist that will remind them not only


in python please!
hw4 part 3.py (Worth 6 points) This program allows the user to create a shopping checklist that will remind them not only of the item they want to purchase, but also the quantity desired for each item. The program must use two separate lists to accomplish this! The user can continue entering items indefinitely, stopping only when they enter the sentinel value "STOP". After entering each item, they should be asked how many of that item they want to bu After their list is complete, it should be printed back out to them. Each line must contain the item name and the quantity of that item. (Your program must NOT prompt for a quantity after the user enters "STOP".) (See the next page for sample output.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
