import numpy as np # 建立一個 numpy.ndarray, 1維陣列 a=np.array([1,3,4,2,1]) print(a) print(a.shape) print(type(a)). 以下是執行結果:.
確定! 回上一頁