List (列表)是Python 中最著名的儲存資料的方法,每一個元素(element)可能是一個 ... List = [1, 2, "hello"] # Update List[2] = 3 print(List).
確定! 回上一頁