Python string objects are immutable, so changing the value of a string requires that a new string object be created with the new value.
確定! 回上一頁