Skip to content

Instantly share code, notes, and snippets.

@edsu
Created July 7, 2023 17:57
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 edsu/af3af57da3dd5ba66c576db7d3f603b3 to your computer and use it in GitHub Desktop.
Save edsu/af3af57da3dd5ba66c576db7d3f603b3 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
for n in range(0,1002):
with open("files/file-{:04n}.txt".format(n), "w") as fh:
fh.write(str(n))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment