5. Dictionaries¶
The dictionary itself consists of relating a key with a specific value
Unlike lists, where the index is a number, dictionaries use their keys as index
To add new elements that I don’t need to add, just make the session
If the key already exists: the associated value changes
If the key does not exist: the new key is added
You have attempted of activities on this page