We declared myDict and told it to store string keys and values. In order to use the dictionary, we need to initialize it.

Good stuff! Like any variable, we need to initialize myDict before we can use it. Does that sound familiar?

Whoops! Initializing a dictionary is almost the same as initializing an array.