题库 Python题库 题目列表 下面Python程序段的输出结果正确的是?( )def&...
单选题

下面Python程序段的输出结果正确的是?( 

def  power():
     x ='python'
     y = 'world'
     z = x + " " + y
     return z
print(power())
A.

z

B.

x + " " + y

C.

python world

D.

python" "world

题目信息
2024年 3月 选择题
100%
正确率
0
评论
39
点击