Blog

What is the output of the below code?

dict = {“name”: “John”, “height”: 6, “age”: 22 }
print(“height” in Dict)