Chapter 11 陣列類別(Array) #建立陣列的寫法:(陣列內元素的類型可以不相同) #(1) 使用[] num_arr = [1, 2, 3, 4, 5, 6, 7] str_arr = ["Apple", "Kiwi", "Banana", ...
確定! 回上一頁