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