Skip to content

Instantly share code, notes, and snippets.

@b4stien
Last active August 29, 2015 14:07
Show Gist options
  • Save b4stien/4a1049dd6132f6b059ad to your computer and use it in GitHub Desktop.
Save b4stien/4a1049dd6132f6b059ad to your computer and use it in GitHub Desktop.
for i in range(789):
print("{0:0=3d}".format(i+1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment