Q. What does `dict1 == dict2` check?
β
Correct Answer: (C)
If both have the same keys and values
Explanation: Equality operator `==` checks whether two dictionaries have the same keys and values.