#!/usr/local/bin/python2 l = range(20) for i in xrange(500000): t = iter(l) r = [n for n in t][0] print r