题目10单选题
下面代码的输出结果是: s = "The python language is a multimodel language." print(s.split(' '))A. 系统报错B. ['The', 'python', 'language', 'is', 'a', 'multimodel', 'language.']C. The python language is a multimodel languageD. Thepythonlanguageisamultimodellanguage