The standard wisdom is that Python strings are immutable. You can't change a string's value, only the reference to the string. Like so:
確定! 回上一頁