下面程序的输出结果是:def func(a,b): a *= b return a s = func(5,2) print(s) A、20; B、10; C、1; D、12 发布时间:2024-12-25 18:18:43