In Python, string objects are immutable. Therefore, any operation on a string, including string concatenation, produces a new string object, ...
確定! 回上一頁