how to get the key of dictionary in python using value code example Example: find key by value python print(list(d.keys())[list(d.values()).index(990)])