how to flip a dictionary python code example Example: invert dictionary python inv_map = {v: k for k, v in my_map.items()}