how to check for elemnt in dict python code example Example: how to know if a key is in a dictionary python dict = {"key1": 1, "key2": 2} if "key1" in dict: