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