题库 Python题库 题目列表 对于如下自定义的函数:def myfunc(a,b,c) &nbsp...
单选题

对于如下自定义的函数:

def myfunc(a,b,c)

    return a+b+c

以下调用该函数的python语句中,能正确执行的是?( )

A.

myfunc(1,2)

B.

myfunc(a=3,2,1)

C.

myfunc(3,b=2,1)

D.

myfunc(3,2,c=1)

题目信息
2024年 6月 选择题
0%
正确率
0
评论
6
点击