会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
算法好难
Algorithm is very difficult
博客园
首页
新随笔
联系
订阅
管理
2020年5月25日
编写高质量Python代码的59个有效方法
摘要: 第17条:在参数上面迭代是,要多加小心 def read_visits(data_path): with open(data_path) as f: for line in f: yield int(line) visits = read_visits("./my_numbers.txt") pri
阅读全文
posted @ 2020-05-25 18:20 顽强的allin
阅读(590)
评论(0)
推荐(0)
编辑
公告