Advertisement
nux95

Untitled

Jul 2nd, 2011
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.17 KB | None | 0 0
  1. @bench
  2. def foo():
  3.     for i in xrange(500):
  4.         print int((i ** 2.2) % 42.32) << 5,
  5.     print
  6.  
  7. foo()
  8. print "The execution took %s seconds" % round(foo.time, 4)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement