Python strings are immutable, but only sometimes
Personal opinion --- "strings" in Python would be better labeled "literals" or "constants" in keeping with the tradition of most other languages.
Redefining the term "string" achieves nothing but confusion.