What is a dictionary?
A dictionary allows me to associate a key with an item in a list. They are written similarly to a list but add an in to the parameter.

We can then add items similarly, just passing an int in the dictionary.


Doing dictionaries, I can access based on the numerical value.
