Skip to content

Instantly share code, notes, and snippets.

@MasazI
Created February 6, 2016 11:15
Show Gist options
  • Save MasazI/50ddd73d8c49d5ed66b7 to your computer and use it in GitHub Desktop.
Save MasazI/50ddd73d8c49d5ed66b7 to your computer and use it in GitHub Desktop.
ipython
%timeit l = [0,1,2,3,4,5,6,7,8,9]
%timeit l = (0,1,2,3,4,5,6,7,8,9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment