会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园首页
我的首页
全部分类
1.Python
2.Python模块
3.前端基础
4.报错
5.数据库
6.爬虫
7.数据结构与算法
8.Django
9.Linux
10.Design Pattern 设计模式
联系我
管理
新随笔
doubtful
Some things in this world never change, but some things do.
08 2021 档案
Python 循环
摘要:Python 循环 while while 后面要跟一个条件判断句,如果条件为真,则继续执行 示例: i = 0 while i < 3: print(i) i += 1 while ... else ... 当 while 后面的条件为 False 时,就会执行 else 中的内容 示例: i =
阅读全文
posted @
2021-08-13 18:55
doubtful
阅读(91)
评论(0)
推荐(0)
导航
订阅
管理
公告