Question: write in python Exercise 1: Going to the Grocery Store In this lab we're going to write a program to help the user make a

write in python
Exercise 1: Going to the Grocery Store In this lab we're going to write a program to help the user make a grocery list, check off things they've grabbed, as well as get some practice making a text-based menu. Let's start by looking at the menu the user will see: Welcome to your shopping List! 1) Add item 2) Check off item 3) Print list 4) Exit Enter a choice: Here's a break down of what each option does: Example run: Welcome to your Shopping List! 1) Add item 2) check off item 3) Print list 4) Exit Enter a choice: 1 What will you add to the list?: oranges
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
