Activity 01
Format Name: Shopping List Manager
Students write a Python program to manage a virtual shopping list. They should implement functions to add items, remove items, and display the current list. This reinforces core list manipulation skills in a practical context.
Explain why lists are a fundamental data structure for storing collections of items.
Facilitation TipDuring The Data Structure Lab, circulate with index cards in hand so you can model the difference between sequence and association on the spot.