import numpy as np
m = int((input("请输入行数"))
res=[]
for i in range(m):
ans=[int(j) for j in input('输入:').split()]
res.append(ans)
print('输出:',res)
参考:(3条消息) python 从键盘获取数据(整数、列表、矩阵)_啦啦啦(●'◡'●)的博客-CSDN博客_python从键盘获取列表文章来源地址https://www.toymoban.com/news/detail-535112.html
文章来源:https://www.toymoban.com/news/detail-535112.html
到了这里,关于python 键盘输入矩阵的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!