We can also use the in keyword we used with loops to determine if a dictionary contains a certain key.

Let's give it a shot!

See that? The in keyword returns True if nicknames contains a value and False if, well, it doesn't.