Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created February 6, 2016 03:15
Show Gist options
  • Save MasazI/76b1d160eacc7e571463 to your computer and use it in GitHub Desktop.
Save MasazI/76b1d160eacc7e571463 to your computer and use it in GitHub Desktop.
ipython
%timeit l = range(10)
%timeit l = range(100000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment