点击运行
import numpy.matlib import numpy as np print (np.matlib.ones((2,2)))
运行结果 :
正在执行...