Changing a shared list
a
1
2
3
b
4
a = [1, 2, 3]
a.append(4)
b = a
Previous slide
Next slide
Back to first slide
View graphic version