单选题

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

def fun(x,y=5):
    return x*y
a=fun(10,10)
print(a)


A

100

B

50

C

10

D

运行出错

赣ICP备20007335号-2