代码
提交代码
def add3(a, b, c): return a + b + c add3(1, 2, 3)
运行结果