1.count_cycle_ repeat无穷迭代器和permutations_combinations组合和排列
2.zip_longest压缩和chain扁平化
3.takewhile和dropwhile的条件迭代
4.product和zip的组合迭代
5.compress, accumulate组合高级用法
6.tee自定义迭代器
标签:zip,组合,自定义,用法,itertools,迭代 From: https://www.cnblogs.com/vless/p/18367546