会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
何颖嘉
博客园
首页
新随笔
联系
管理
订阅
2019年4月29日
python基础-数据类型
摘要: 数字(int):
阅读全文
posted @ 2019-04-29 08:59 何颖嘉
阅读(106)
评论(0)
推荐(0)
2019年4月23日
循环语句
摘要: 恢复内容开始 while循环: 死循环: while True: print(‘。。。。。。’) while简单用法: import time count = 0 while count < 10: print(‘ok’,time.time()) count = count +1 print(‘en
阅读全文
posted @ 2019-04-23 14:33 何颖嘉
阅读(109)
评论(0)
推荐(0)
公告