This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
cf7f0f0a2b
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t289.py
t289.py
60 B
Historique
Raw
1
2
3
4
5
6
class x():
pass
def f(x): return x
x.hi = f
print x.hi