Given a dictionary, create a new dictionary with keys and values swapped. For {"a": 1, "b": 2}, return {1: "a", 2: "b"}. This only works if values are unique and hashable (can be used as keys). Think about how to handle this with a comprehension.
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/python/dictionaries/problem-invert-dictionary
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░██████████████████████████████████████████████████████████████████████████