Dictionaries
This section needs expansion.
You can help by adding to it.
Definition
A dictionary stores a series of Key / Value pairs. The values are aligned with the keys so calling for a key will return the value. This is very useful if you have a lot of values that you need to weed though to get a value or if you constantly change a value in a line of values.