📜  python代码示例中的输入字符串数组

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

代码示例1
x = list(map(str, input("Enter the values with spaces between them: ").split()))