This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
jack
/
cocorobolx
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Wiki
Fa:
f4db1a0f2f
Branch-ok
Tag-ek
master
cocorobolx
/
skulpt
/
test
/
run
/
t529.py
t529.py
97 B
Előzmények
Nyers
1
2
3
4
5
6
7
8
9
class test:
def __hash__(self):
return 1
a = test()
b = test()
d = { a: 5 }
d[b] = 6
print d