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:
e0ea877bab
Branchit
Tagit
master
cocorobolx
/
skulpt
/
test
/
run
/
t100.py
t100.py
52 B
Historia
Raaka
1
2
3
4
5
a = b,c = 1,2
print a[0]
print a[1]
print b
print c