📜  在 python 中获取多个输入 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:13.398000             🧑  作者: Mango
代码示例6
x = list(map(int, input("Enter multiple values: ").split()))
print("List of students: ", x)