Last active
August 29, 2015 14:24
-
-
Save offby1/83ffe16263af47b2c917 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Python 2.7.9 (default, Apr 1 2015, 18:18:03) | |
| [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)] on linux2 | |
| Type "help", "copyright", "credits" or "license" for more information. | |
| >>> import timeit | |
| >>> timeit.timeit("print(1 + 2)", number=1) | |
| 3 | |
| 1.2159347534179688e-05 | |
| >>> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment