Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started