So what does np.reshape() return? It returns a reshaped view of the original array if possible. Else, it returns a copy of the array.
確定! 回上一頁