单选题

Python编写的自定义函数dy,执行该程序段后,输出的结果是?( )

def dy(x,y):
    return x>y
print(dy(10,20))


A

10

B

20

C

False

D

True

赣ICP备20007335号-2