在线名词解释大全 - Python基础 - 详细

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

A
def vfunc(a,b) 
B
def vfunc(a,b=2)
C
def vfunc(*a,b) 
D
def vfunc(a,*b)
正确答案:
相关推荐
扫描二维码
关注公众平台