Hi,
I think the title explains my problem pretty well. I am currently trying to switch the key and value of a dictionary and I wanted to know if there is a pre built function or if I have to build one myself.
Example:
{
"3":"How are you?"
}
Thanks in advance!