Skip to content

Instantly share code, notes, and snippets.

@joncloud
Last active August 27, 2016 03:20
Show Gist options
  • Save joncloud/4b45974db5bfc4ae4ecc3936af55421f to your computer and use it in GitHub Desktop.
Save joncloud/4b45974db5bfc4ae4ecc3936af55421f to your computer and use it in GitHub Desktop.
import time
start = time.clock()
for a in range(0, 10000):
for c in range(0, 10000):
result = (a / 2 > c)
end = time.clock()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment