#!/usr/local/bin/python2 for i in xrange(100000): for j in reversed(range(100)): if j == 70: break