Question: Can anyone help me finish this in Python. I did some of it but I can't figure out the rest. Write a simple shopping list



Can anyone help me finish this in Python. I did some of it but I can't figure out the rest.
Write a simple shopping list program. The main program loop has a menu allowing you to 1) add to the list 2) remove an item from the list or 3) print the list Example Run A Add Item to Shopping List P Print Shopping List R Remove Item from Shopping List Q Quit Shopping List Program Enter choice a Enter Item to Add eggs A Add Item to Shopping List P Print Shopping List R Remove Item from Shopping List Q Quit Shopping List Program Enter choice a Enter Item to Add eggs eggs is already in the list! A Add Item to Shopping List P Print Shopping List R Remove Item from Shopping List Q Quit Shopping List Program Enter choice p Your List: eggs A Add Item to Shopping List P Print Shopping List R Remove Item from Shopping List Q Quit Shopping List Program Enter choice r Enter Item to Remove from List: peas peas is not in the list A Add Item to Shopping List P print Shopping I i st
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
