📌  相关文章
📜  如何将 python 中的输入作为字符串转换为整数列表 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:54.554000             🧑  作者: Mango

代码示例1
l=list(map(int,input().split()))