원형 : def accmulate(iterable, func=operator.add, *, initial = None)
원형 : def chain(*iterables)
원형 : def product(*args, repeat=1)
원형 : def permutations(iterable, r=None)
원형 : def combinations(iterable, r)
원형 : def combinations_with_replacement(iterable, r)