This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
jack
/
cocorobolx
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
cf7f0f0a2b
Rami (Branch)
Tag
master
cocorobolx
/
skulpt
/
test
/
run
/
t316.py
t316.py
49 B
Cronologia
Originale
1
2
3
4
x = ["hello"]
y = list(x)
x[0] = "hi"
print y[0]