This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
e5d481ada0
Rami (Branch)
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t394.py
t394.py
66 B
Cronologia
Originale
1
2
3
4
5
s = "01234"
print s[-6:0]
print s["hi":[0,4]]
print s[-3000:4.5]