1 count = 0
2 while count < 10:
3     count += 1
4     if count == 7:
5         pass
6     else:
7         print(count)

 

posted on 2018-08-20 16:39  蕾拉  阅读(227)  评论(0编辑  收藏  举报