Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 316 Bytes

File metadata and controls

10 lines (8 loc) · 316 Bytes

Do Now 6.05

Write down your ranking of these concepts from easiest to hardest:

  1. Creating dictionaries.
  2. Adding items to dictionaries.
  3. Updating items in dictionaries.
  4. Looping through items in a dictionary.
  5. Having lists as values in a dictionary.
  6. Checking if an item is in a dictionary as a key.