第13747题 判断
判断Python函数定义语句def f(c=1,d=2,a,b):是否正确
def f(c=1,d=2,a,b):
A

正确

B

错误

提交0次 正确率0.00%
答案解析