Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Created August 19, 2019 13:56
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 lakshay-arora/213c155aff9e92ed349d7b3198de3b10 to your computer and use it in GitHub Desktop.
Save lakshay-arora/213c155aff9e92ed349d7b3198de3b10 to your computer and use it in GitHub Desktop.
%%time
def myfunction(x) :
for i in range(1,100000,1) :
i=i+1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment