import numpy as np # 匯入模組,並命名為np list1 = [1,2,3,4,5] x1 = np.array(list) # 建立一個ndarray二維陣列,裡面為python容器 x2 ...
確定! 回上一頁