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
/
t378.py
t378.py
68 B
Cronologia
Originale
1
2
3
4
5
6
d = [1, 2, 3]
print d
print len(d)
d[1] = None
print d
print len(d)