下面程序def f(a,b,c): return (a+b)/c, a+b, b/c x,y = f(0,1,2) print(x,y)输出结果是()。

A.0.5 1 B.(0.5,1,0.5) C.(0.5, 1) D.报错

时间:2024-04-16 14:41:09

相似题目