Guest User

Untitled

a guest
Feb 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $ time pypy -c "print(12345 ** 54321)" > /dev/null
  2.  
  3. real 0m10.366s
  4. user 0m10.321s
  5. sys 0m0.016s
  6. jayson@jayson-ThinkPad-Edge:~ Python 2.7.1+
  7. $ time python -c "print(12345 ** 54321)" > /dev/null
  8.  
  9. real 0m2.114s
  10. user 0m2.096s
  11. sys 0m0.008s
Add Comment
Please, Sign In to add comment