在线名词解释大全
专业、全面、易懂的全领域名词百科

哪个选项对于函数的定义是错误的?()

题型:单选题
选项
A. def vfunc(a,b) 
B. def vfunc(a,b=2)
C. def vfunc(*a,b) 
D. def vfunc(a,*b)
正确答案: