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