1 num = 0
2 while num < 100:
3     num += 1
4     if (num % 2) != 0:
5         print(num)

 

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