Reverse a Dictionary

Write a code that takes a dictionary and returns a new dictionary where the keys and values are swapped.
{'a': 1, 'b': 2, 'c': 3}
Total : 0 Discussion
Login