#!/usr/local/bin/python2 l = range(50) for i in xrange(300000): for e in reversed(l): if e < 0: e break