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ç:
cf7f0f0a2b
Dallar
Biçim İmleri
master
cocorobolx
/
skulpt
/
test
/
run
/
t394.py
t394.py
66 B
Geçmiş
Ham
1
2
3
4
5
s = "01234"
print s[-6:0]
print s["hi":[0,4]]
print s[-3000:4.5]