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

学科:Python程序设计
时间:2023-10-22 15:36:10
相关题目
相关作业
