First page
Back
Continue
Last page
Overview
Graphics
Copying with [:], part 2
A possible “problem” exists with:
lst2[2][1] = 'd'
“a”
“b”
“ab”
lst1
lst2
“c”
“d”
“ba”