Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. >>>print hash('b') == hash('c')
  2. True
  3. >>>print hash('b'),hash('c'),hash('d'),hash('e')
  4. 96 96 96 96
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement