This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
jack
/
cocorobolx
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
e0ea877bab
Gałęzie
Tagi
master
cocorobolx
/
skulpt
/
test
/
run
/
t316.py
t316.py
49 B
Historia
Czysty
1
2
3
4
x = ["hello"]
y = list(x)
x[0] = "hi"
print y[0]