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