Whenever we try to retrieve a value from a dictionary, we get an optional.

See that? If there's a value for the key in the dictionary, it will be printed; otherwise, it'll be nil.

That doesn't look right, does it?