【距离计算】管事用函数计算总距离,以下代码执行后,输出结果是?( )
def total(a, b): return a + b print(total(200, 400))
200
400
600
800