会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
iveBoy
博客园
首页
新随笔
联系
管理
2020年6月4日
Python之itertools模块
摘要: 一、无限迭代器 1、itertools.count(start=0, step=1) 创建一个迭代器,返回一个以start开头,以step间隔的值。其大体如下: def count(start=0, step=1): # count(10) --> 10 11 12 13 14 ... # coun
阅读全文
posted @ 2020-06-04 23:12 iveBoy
阅读(914)
评论(0)
推荐(0)
编辑
公告
TOP