Individual characters of strings are not assignable

suggest change
foo = "bar"
foo[0] = "c" # Error

Immutable variable value can not be changed once they are created.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents