题目详情
单选题 下面代码的输出结果是: 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 language
D. Thepythonlanguageisamultimodellanguage

学科:Python程序设计
时间:2024-04-06 06:27:33
相关题目
相关作业
