how to find out key of a particular vlaue in dictionary python code example Example: find key by value python print(list(d.keys())[list(d.values()).index(990)])