0

Dictionaries Python 3

Here is my video about dictionaries, learn how to create it

Dictionaries are very useful and powerful because it’s like link one thing to another, a person to a name, a name to a age, a age to a gender.

Dictionaries are mutable so you can add and erase things from it 😀

If you need more help you might look this:

Official Reference Dictionaries Python3