第15202题 判断题
执行给定的Python循环累加代码后是否会输出30
rst = 0
for i in range(0,10,2):
    rst += i
print(rst)
A

正确

B

错误

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