单选题

函数定义如下:

def func(a,b=0,c=0):

  pass

下列选项调用错误的是?(?)

A

func(1)

B

func(1,2)

C

func(1, ,3)

D

func(1,2,3)

赣ICP备20007335号-2