What does itertools.accumulate produce here?import itertools print(list(itertools.accumulate([1, 2, 3], initial=10)))