Python Unit 5 Resources
Key Terms
Key Terms
Dictionary
Default Value
Key
Update
Value
Append
Pop
Remove
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?