The reshape method takes the data in an existing array, and puts it into an array with the given shape and returns it. >>> rArray.reshape((2,10)) array([[ 0, 1, ...
確定! 回上一頁