Can you tell me something about dictionaries?
That's right! Dictionaries are unordered collections of key-value pairs. Keys, not indices, point to values and can be of a different type.
Not quite! Dictionaries are unordered collections of key-value pairs. Keys, not indices, point to values and can be of a different type.