Agenda
- Warm-up: Name That Error —
KeyError - Compare and name it: Dictionaries — lookup by name, not by position, which is what the board asked for yesterday
- Read and change: Using a Dictionary
- Rebuild yesterday’s tally with one container instead of two, then run the deletion that broke it and watch nothing break
- Practise: Dictionaries Practice
Things to do before our next class
- Finish the first half of Dictionaries Practice.
- Journal: what a dictionary gives up in exchange for that lookup.