sum = 0x = 0while True: x = x + 1 if x > 100: break if x % 2 == 0:/ continue / 这3断为什么屏蔽了偶数只计算奇数? sum = sum + x /print sum 查看完整描述