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
Dal:
master
Dallar
Biçim İmleri
master
cocorobolx
/
python
/
skulpt
/
test
/
run
/
t125.py
t125.py
52 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
a = [1,2,3,4,5,6]
b = [9,10,11]
a[::-2] = b
print a