第17423题 判断题
Python定义函数jiafa(x,y=0)后,调用jiafa(10)是否会提示运行错误?

小明编写的Python函数及调用语句如下:

def jiafa(x,y=0):
    return x+y
jiafa(10)
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析