无限迭代器是指生长长度为无限的迭代器。
accumulate(iterable[,func]):
创建一个迭代器,返回累积汇总值或其他双目运算函数的累积结果值
chain(*iterables):
合并多个迭代器