[ create a new paste ] login | about

Link: http://codepad.org/Cvd0Bg2T    [ raw code | output | fork ]

Python, pasted on Apr 27:
1
2
3
4
l=['inside', 'insist', 'insult', 'insure', 'intact', 'intend', 'intent', 'invade', 'invent', 'invest', 'invite', 'invoke', 'island', 'kernel', 'labour', 'ladder', 'latent', 'latter', 'legend', 'length', 'lesson', 'letter', 'linear', 'liquid', 'liquor', 'listen', 'little', 'locate', 'lonely', 'magnet', 'manage']

for a in l:
    print '%x'%hash(a)


Output:
-7c6ef896
-7b6b92f2
-27785ed1
-29422220
-6d561165
-1a19f83c
-1a19f82c
-77052943
-232137f2
-23c91017
-1c2da8bb
-71478bba
1a12cee9
25eccc81
-28c74c4d
189c21ca
3000a424
-4e8cdc56
43cf10dd
66ea1af2
4fa1571a
50d283d6
38efc2c5
-fda961a
-ff91b76
-2eb57cc1
-2dacb4de
2d0dfec0
30c56a43
-28db3790
-76d3c6f5


Create a new paste based on this one


Comments: