how to get key with value disctionary pythonb code example Example: find key by value python print(list(d.keys())[list(d.values()).index(990)])