In python, the string data types are immutable. Which means a string value cannot be updated. We can verify this by trying to update a part of the string ...
確定! 回上一頁