#!/usr/local/bin/python2 from itertools import chain l = [1] for i in chain(l): print i