回到首页
个人中心
反馈问题
注册登录
下载APP
代码
提交代码
def add3(a, b, c): return a + b + c add3(1, 2, 3)
运行结果