This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jack
/
cocorobolx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
64b58f30a5
Gałęzie
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t394.py
t394.py
66 B
Historia
Czysty
1
2
3
4
5
s = "01234"
print s[-6:0]
print s["hi":[0,4]]
print s[-3000:4.5]