Nach Ausführung von:
>>> lst2[0] = 'c'
Man erkennt, dass lst1 unverändert geblieben ist.
“a”
“b”
“ab”
“ba”
“c”
lst1
lst2