第18232题 单选题
执行给定的Python自定义函数dy代码段后,输出的结果是什么?
def dy(x,y):
    return x>y
print(dy(10,20))
A

10

B

20

C

False

D

True

程序运行统计
暂无判题统计