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ç:
e0ea877bab
Dallar
Biçim İmleri
master
cocorobolx
/
skulpt
/
test
/
run
/
t272.py
t272.py
83 B
Geçmiş
Ham
1
2
3
4
5
print long
print long(3.0)
print long(3)
print type(long(3.0))
print type(long(3))