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

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

A.deffunc(x,y):

B.deffunc(x,*y):

C.deffunc(*x,**y):

D.deffunc(x=0,y):

正确答案:D

猜你喜欢