Strings in Python are immutable, which simply means you can't change a string. However, you can re-assign the reference variable to a new value.
確定! 回上一頁