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
/
t42.py
t42.py
71 B
Cronologia
Originale
1
2
t = [[y*10+x for x in range(0,10)] for y in range(0,10)]
print t[2][3]