On 9/06/22 5:55 am, Dennis Lee Bieber wrote: > There are no mutable strings in Python. If you really want a mutable sequence of characters, you can use array.array, but you won't be able to use it directly in place of a string in most contexts. -- Greg