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