二、Numpy常見用法. 1. 建立陣列. import numpy as np arr = np.array([1, 2, 3, 4, 5]). arr的輸出為 array([1, 2, 3, 4, 5]) 。
確定! 回上一頁