import numpy as np erweishuzu=np.array([1,3,5,7],[2,4,6,8],[7,8,9,10])
np.array(object)np.array(object);参数可以是列表和元组;元组不能修改里面元素;
array()