import numpy as np

n=np.array(range(30)).reshape(3,10)  

n.reshape(3,10)  划分为三行10列