Python Unit 8 Resources
Key Terms
Key Terms
Dictionary
Default Value
Key
Update
Value
Append
Pop
Remove
9.1 Intro to Dictionaries
9.2 Dictionary Methods
9.3 Dictionaries of Lists
9.4 Dictionaries and Loops
Project 9
Essential Questions
Essential Questions
How do you use dictionaries to create key-value pairs in Python?
How do you add, remove and append list values in a dictionary?
How do you use loops to traverse the key/value pairs of a dictionary?