a = 5
while a<=10:
a =a + 1
for i in range(1,7):
print i
if i == 2:
continue
if a == 7:
breakcontinue不起左右,不跳过去2
添加回答
举报
0/150
提交
取消