Python 中的break continue

for i in range(100):
if i%2==0:
print(i)
count+=1
if count >20:
break
posted @ 2020-04-19 10:50  ChenduLaoWang  阅读(148)  评论(0)    收藏  举报