Every object that is hashable can be a key in dictionary. Hashability makes an object usable as a dictionary key or set member. ### See also 1. [[Dictionary]] 2. [[What does it mean that object is hashable?]] ### Reference 1. [Mapping types - Dict - Python Docs](https://docs.python.org/3/library/stdtypes.html#mapping-types-dict)