Check if Two Dictionaries Have the Same Key-Value Pairs:

Problem: Check if two dictionaries have the same key-value pairs.
{'a': 1, 'b': 2}
{'b': 2, 'a': 1}
Total : 0 Discussion
Login