📜  在 python 代码示例中获取字符串数组

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

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