Ver originalimport timet0 = time.clock() for i in xrange(10000000): pass print "%.2f sec" % (time.clock() - t0)