This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
jack
/
cocorobolx
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Puu:
e5d481ada0
Branchit
Tagit
master
stia
cocorobolx
/
skulpt
/
test
/
run
/
t394.py
t394.py
66 B
Historia
Raaka
1
2
3
4
5
s = "01234"
print s[-6:0]
print s["hi":[0,4]]
print s[-3000:4.5]