tuple 是Python 資料儲存容器之一,它最大的特點就是它是不可變(Immutable) 的資料型態。 ... 使用type() 函式驗證,果然是str(字串,string)。 > ...
確定! 回上一頁