题目详情
多选题 以下选项中,对函数定义错误的是
A. def vfunc(*a,b)
B. def vfunc(a,*b)
C. def vfunc(a,b)
D. def vfunc(a,b=2)
学科:Python程序设计
时间:2023-09-16 04:15:17
相关题目
相关作业