numpy.empty() 可以建立指定大小的空陣列,空陣列的意思並非內容全空,而是會以 ... 二維空陣列 c = np.empty([2,2,2]) # 建立三維空陣列 print(a) print(b) print(c).
確定! 回上一頁