当前位置:主页 > 软件编程 > Python代码 >

python生成1行四列全2矩阵的方法

时间:2021-03-14 09:51:11 | 栏目:Python代码 | 点击:

如下所示:

print np.ones((1,4))*2

您可能感兴趣的文章:

相关文章