What does checking if a key is in the dictionary give us?

A boolean value indicating whether the key is presentThe key value if the key is present

A boolean value indicating whether the key is present.