试题

试题 试卷

logo

题型:单选题 题类: 难易度:普通

浙江省杭州市2023-2024学年高三上学期信息技术期中教学质量检测试卷

有如下Python自定义函数:

def fun(x, i):

if x<i:

return i

elif x%i==0:

return x

else:

return fun(x-i, i+1)

执行语句k=fun(37, 3)后,k的值为(    )

A、5 B、6 C、30 D、34
举一反三
返回首页

试题篮