点击运行
import numpy.matlib import numpy as np i = np.matrix('1,2;3,4') print (i)
运行结果 :
正在执行...