-->
当前位置:首页 > 题库

单选题:以下选项中,对于函数的定义错误的是 ( A)。

Luz4年前 (2022-05-16)题库2809
以下选项中,对于函数的定义错误的是 ( )。



A.def vfunc(*a,b):
B.def vfunc(a,b):
C.def vfunc(a,*b):
D.def vfunc(a,b=2):


答案:A