There are also 3D arrays, which have a third dimension; each position along the third dimension defines a 2D array. A =np.arange(24).reshape((2,3,4)) A.
確定! 回上一頁