Create a python function that inverts the keys and values of a dictionary code example Example: invert dictionary python inv_map = {v: k for k, v in my_map.items()}