how to locate value in dictionary based on part of it python code example Example: find key by value python print(list(d.keys())[list(d.values()).index(990)])