📌  相关文章
📜  如何在python代码示例中将逗号分隔的字符串转换为列表

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

代码示例4
list = input().split()
print(list)