🌈 搜索
📅  最后修改于: 2022-03-11 14:46:18.186000             🧑  作者: Mango
sentence = input("Line: ") split_sentence = sentence.split() print(split_sentence)