-
Key value pairs in dictionary, and how to retrieve them given one?
I’m wondering on how to retrieve the key given the value of a dictionary?
The way to get value given the key is
array[key] – this will output the value, but what if I have the value and am looking to get the key?
Log in to reply.