This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
jack
/
cocorobolx
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
cf7f0f0a2b
Dallar
Biçim İmleri
master
cocorobolx
/
skulpt
/
test
/
run
/
t316.py
t316.py
49 B
Geçmiş
Ham
1
2
3
4
x = ["hello"]
y = list(x)
x[0] = "hi"
print y[0]