dabase
/
e
/
Finding the key to a value
Edit
RecentChanges
History
Preferences
Branchable
?
Discussion
Use a list comprehension:
hit = [k for k,v in dict.items() if v==lookingfor]