A dictionary is an unordered list of values of, again, a single type. Every value in a dictionary needs a key, which is just another value that points to it.

Let's create a dictionary!

That's right! We just created a dictionary in which every string value needs a string key to point to it. Let's find out what that means!

Remember, dictionaries have a key and a value.