Skip to content

Instantly share code, notes, and snippets.

@MSeifert04
Last active September 12, 2017 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MSeifert04/f280314d5760bfefcb7a6160354b1aed to your computer and use it in GitHub Desktop.
Save MSeifert04/f280314d5760bfefcb7a6160354b1aed to your computer and use it in GitHub Desktop.
import timeit
timeit.timeit(
"""print('numpy' in sys.modules)
import numpy""", "import sys", number=3)
# False
# True
# True
# 0.3159413684456874
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment