A:错 B:对 答案: 对下面代码的运行结果是def func(num): num += 1a =10func(a)print(a)对于生成器对象x = (5 for i in range(3)),连续两次执行list(x)的结果是一 点我阅读全文