不知道哪里出错了!
num = 0 sum = 0 if num < 1000: num = num + 1 if num %2 == 1: continue sum = sum + num print(sum)
楼上正解
true写错了