deposit your source code (with proper comments) and sample output proving the correctness of your program
create a simple grocery shopping list manager where users can add items to their list, view the list, mark items as purchased, and remove items from the list. We'll use a list to store the items in the shopping list.