while循环

i=0
while i <= 100 :
    print(i)
    i +=1

 

python 没有switch 、do ...while

posted @ 2020-04-19 10:22  ChenduLaoWang  阅读(87)  评论(0)    收藏  举报