Skip to content

Instantly share code, notes, and snippets.

@megatux
Created January 18, 2012 15:12
Show Gist options
  • Save megatux/1633443 to your computer and use it in GitHub Desktop.
Save megatux/1633443 to your computer and use it in GitHub Desktop.
format decimals, complete with "0"s
sprintf("%03d", 4)
"%05d" % 123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment