题目详情
单选题 字符串 s = "I love Python",如下程序的输出结果是:s = "I love Python"is = s.split()is.reverse()print(is)
A. None
B. "Python", 'love', 'I'
C.
D. Python love I
学科:默认课程
时间:2025-11-02 11:15:32
相关题目
相关作业