第15207题 判断题
执行给定Python代码后是否输出0?
rst = 0
for i in range(-100, 100, 2):
    rst += i
print(rst)
A

正确

B

错误

程序运行统计
暂无判题统计