下面程序def f(*b): s=0 for item in b: s += item return s print(f()*f(1,2,3))输出结果是()。

A.0 B.None C.6 D.报错

时间:2023-08-06 11:38:42

相似题目