mutable immutable

You can change the contents of the str type as a list.

mutableimmutable1's photo

You can also change it using del and append.

mutableimmutable2's photo

It can also be changed by specifying the index and reassigning it.

mutableimmutable3's photo