As with lists, the in keyword gives us True when the key is present, and False otherwise, like here with the missing "address".
True
False
"address"
Make sure to type "address".