建立陣列的各種方式. 內容全為0的陣列. np.zeros(10, dtype=np.int) array([0, 0, 0, 0, 0, 0, 0, 0, 0, 0]). 內容全為1的陣列. np.ones((3,5), ...
確定! 回上一頁