使用while 循环1234568910


count =0 while count<10:    count +=1  #count =count+1    if count==7:       continue    else:       print(count)

posted on 2018-12-25 15:22  没有岁月可回头  阅读(564)  评论(0)    收藏  举报