第18391题 单选
找出错误的Python函数定义
A
def afunc(a,b=2):
B
def bfunc(a,b):
C
def cfunc(a,*b):
D
def dfunc(*a,b):
程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析