This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jack
/
cocorobolx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
e5d481ada0
Branches
Tags
master
cocorobolx
/
skulpt
/
test
/
run
/
t217.py
t217.py
94 B
Historique
Raw
1
2
3
4
5
class Stuff:
def blah(self, x, y=False):
print x,y
s = Stuff()
s.blah("x",y="OK")