News

If you want to have a key that points to multiple values, you’d use a structure like a list, a tuple, or even another dictionary as the value. (More about this shortly.) Values in dictionaries ...
When to use a dictionary: When you need a logical association between a key:value pair. When you need fast lookup for your data, based on a custom key. When your data is being constantly modified.