Skip to content

Instantly share code, notes, and snippets.

@marcab
Created March 25, 2011 22:59
Show Gist options
  • Save marcab/887809 to your computer and use it in GitHub Desktop.
Save marcab/887809 to your computer and use it in GitHub Desktop.
Paul's test in Python
#!/usr/bin/env python
i = 0
while (i<1000000):
1+1
i+=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment