get all keys if values are equal to somthing in python code example
Example: if equal to key return value python
# default param is optional
dict.get(key, default = None)
# default param is optional
dict.get(key, default = None)