摘要: Infinite iterators: 无穷迭代器 count(start=0, step=1) --> start, start+step, start+2*step, ... -->返回从1开始的无限个自然数序列, # res = itertools.count(1) # for n in re 阅读全文
posted @ 2021-08-18 14:27 美女爱找茬 阅读(215) 评论(0) 推荐(0)