Python Programming for Complete Beginners: A Structured Course

Lesson 6: Lists & Dictionaries

Objective: Store and manipulate data.

  • Lists (fruits = ["apple", "banana"]).

  • Dictionaries (person = {"name": "Alice"}).

Exercise:

  • Create a shopping list program where users can add/remove items.