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
cocorobolx
/
skulpt
/
test
/
run
/
t144.py
t144.py
119 B
Geçmiş
Ham
1
2
3
4
5
6
class C:
def __init__(self, data):
self.data = data
def pr(self):
print self.data
C("OK").pr()