itertools用法
1.count_cycle_ repeat无穷迭代器和permutations_combinations组合和排列

2.zip_longest压缩和chain扁平化

3.takewhile和dropwhile的条件迭代

4.product和zip的组合迭代

5.compress, accumulate组合高级用法

6.tee自定义迭代器


2.zip_longest压缩和chain扁平化

3.takewhile和dropwhile的条件迭代

4.product和zip的组合迭代

5.compress, accumulate组合高级用法

6.tee自定义迭代器
