np.array():產生一個ndarray ... shape:每個維度的元素個數(以Tuple型式呈現) ... s.reshape(3, 3) # reshape完後若沒有回頭存起來,並不會修改到s呦! array([[ ...
確定! 回上一頁