Python -进阶-itertools模块小结 ... itertools用于高效循环的迭代函数集合 ... from itertools import * i = 0 for item in cycle(['a', 'b', ...
確定! 回上一頁