vibbits / gentle-hands-on-python

Course materials for the 'Gentle hands-on introduction to Python programming'.
Other
9 stars 8 forks source link

Dictionaries: gentler progression of exercises #102

Closed MaybeJustJames closed 1 year ago

MaybeJustJames commented 1 year ago

e.g.

  1. Here are dictionaries
  2. Add elements
  3. Access elements that aren't there
  4. Finally loop over dictionaries