会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TAMAYURA
博客园
首页
新随笔
联系
订阅
管理
2018年12月10日
python用类实现xrange
摘要: class xrange(object): def __init__(self, start, end=0, step=1): self.start = start self.end = end self.step = step def __iter__(self): if self.end == 0: ...
阅读全文
posted @ 2018-12-10 17:56 TAMAYURA
阅读(265)
评论(0)
推荐(1)
公告