@pythonnotes
python notes
3 years
In #Python, an object is hashable if its hash code doesn't change, such as numeric types and str are all hashable. A tuple is hashable only if all its items are hashable.
0
0
0