题库 Python题库 题目列表 运行下列程序,输出的结果是?( )s1 = &...
单选题

运行下列程序,输出的结果是?( )

s1 = "Good \n"
s2 = "Morning."
print(s1 + s2)
print(len(s1))
A.

Good Morning.

6

B.

Good

Morning.

6

C.

Good Morning.

7

D.

Good

Morning.

7

题目信息
2023年 12月 选择题
53%
正确率
0
评论
89
点击