What will be the output?
dict1={"key1":1,"key2":2}
dict2={"key2":2,"key1":1}
print(dict1==dict2)

Posted on by