Mis ilmub ekraanile?
a = [1, 3, 5, 6]
b = a[:]
b[1] = 7
print(a[1])
3
7
Midagi muud
Veateade