输入一行字符串,仅包含空格和大小写字母。
输出分割后的单词列表,不必去重。
Python is the best language
['Python', 'is', 'the', 'best', 'language']