Thursday, April 2, 2020

are python strings mutable ?

No python strings are not mutable.
That means you cannot use indexing to change individual characters in a string in python.