Python学习之while

count = 0
while count <= 5:
  print('人生苦短,我用Python!', 'count = ', count)
  count += 1

posted @ 2019-12-20 22:42  FMFEI  阅读(267)  评论(0)    收藏  举报