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