Open1

Python useful

yuuyuu

Inverse dict

inverse_dict = {value: key for key, value in original_dict.items()}