Lab 4: Grocery Shopping List

Lab 4 Overview Video

Due Date and Submission Requirements


In order to complete this lab, you will need to understand


Background and Directions

You will be creating a virtual shopping list. Users can (1) view the grocery list, (2) add to the grocery list, (3) remove something from the grocery list, or (4) check to see if they already have an item on the list

Using lab4.py as a starting point , define and fill in the missing functions. The grocery list is represented by a python list

Hints

Sample Output

When your program is run, it should follow a similar behavior as seen in this sample output and this sample output .

Required Python Comment

Place a Python comment at the top of your Python solution that is formatted as follows

# -----------------------------------------+
# Your name                                |  <-- e.g. Reese Pearsall
# CSCI 127, Lab 4                          |
# Last Updated: Month Day, Year            |  <-- e.g. December 3, 2020
# -----------------------------------------|
# A brief description of the assignment.   |  <-- can be more than 1 line 
# -----------------------------------------+

Grading (10 points)

Grading turnaround

I will try to have your grades posted within 4 days after the submission deadline