Skip to content

Instantly share code, notes, and snippets.

@offby1
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save offby1/83ffe16263af47b2c917 to your computer and use it in GitHub Desktop.

Select an option

Save offby1/83ffe16263af47b2c917 to your computer and use it in GitHub Desktop.
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