多用help啊
>>> help(hash)
Help on built-in function hash in module __builtin__:
hash(...)
hash(object) -> integer
Return a hash value for the object.
Two objects with the same value have
the same hash value.
The reverse is not necessarily true, but likely.