Finding Common Key-Value Pairs

Find common key-value pairs between two dictionaries.
{'a': 1, 'b': 2, 'c': 3}
{'b': 2, 'c': 4, 'd': 5}
Total : 0 Discussion
Login