Dear Users, I'm trying to find the key of a unique value within a dictionary. Is the code bellow a safe way of doing so, or is there a better way of doing it?
a = {'de':'df', 'gf':'hg'}
key = a.keys()[a.values().index('hg')]
Thanks for your help,
Yours Faithfully,
Wesley Brooks
_______________________________________________
Tutor maillist - [email protected]
http://mail.python.org/mailman/listinfo/tutor
