Ein mögliches „Problem“ entsteht nach Ausführung des Kommandos:
lst2[2][1] = 'd'
“a”
“b”
“ab”
“c”
“d”
“ba”
lst1
lst2