[Python] python中while循环语句的简单实用范例 →→→→→进入此内容的聊天室

来自 , 2021-04-05, 写在 Python, 查看 143 次.
URL http://www.code666.cn/view/85f66a7c
  1. number = 1
  2. while number < 20:
  3.    print(number)
  4.    number += 1

回复 "python中while循环语句的简单实用范例"

这儿你可以回复上面这条便签

captcha