📌  相关文章
📜  在 python 代码示例中使用空格分隔的 int 输入

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

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