I have a problem with dictionaries in python.
How do I get the key to a dictionary from the value?
That is, if I had a dictionary of the form;
d={"key1":
{"key2":
{"e":5,"f":8,....,"z":10}}}
and I want to know which key contains the value 50.