In a Python for loop that iterates over a list we can write:
for
for item in list: print item
and it neatly goes through all t
Try using itertools.count([n])
itertools.count([n])