点击运行
import numpy.matlib import numpy as np print (np.matlib.empty((2,2))) # 填充为随机数据
运行结果 :
正在执行...