After execution of:
>>> lst2[0] = 'c'
You can see that lst1 is still unchanged.
“a”
“b”
“ab”
“ba”
lst1
lst2
“c”