Accessing elements in a dictionary is a little different to arrays and lists. We access a value by using its key.

See that? It's not too hard to access values.

Didn't we say we access a value by using its key?