You can create NumPy arrays in the following ways: ... #Reshaping the above 1D array np.arange(1,40,4).reshape(5,2)
確定! 回上一頁