Skip to content

Instantly share code, notes, and snippets.

@vals
Created November 8, 2012 22:18
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 vals/9e73219e0464849fa5f8 to your computer and use it in GitHub Desktop.
Save vals/9e73219e0464849fa5f8 to your computer and use it in GitHub Desktop.
with open("numbers.txt", "w") as handle:
for i in xrange(100 * 1024 ** 2 / 79):
handle.write("%0.79i\n" % i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment