判断题

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

    return a+b+c

print(add(1, 2, 4))

这段程序的运行结果为3。

A 正确
B 错误
赣ICP备20007335号-2