num_one = 12def sum(num_two): global num_one num_one = 90 return num_one + num_twoprint(sum(10))运行代码,输出结果为( )。 A、102B、100C、22D、12 发布时间:2025-01-02 16:21:20