This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
jack
/
cocorobolx
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
29175d9ac4
Dallar
Biçim İmleri
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t217.py
t217.py
94 B
Geçmiş
Ham
1
2
3
4
5
class Stuff:
def blah(self, x, y=False):
print x,y
s = Stuff()
s.blah("x",y="OK")