Look at this simple code:
print(hash(10.123)) # prints 283618690133282826 print(hash("asdf"))
Run it few times in interpre