#!/usr/local/bin/python2 for i in xrange(1000000): for j in reversed(range(10)): pass