Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created May 20, 2016 18:43
Show Gist options
  • Save chuck0523/f8992d2258c112698e1ba58810acf199 to your computer and use it in GitHub Desktop.
Save chuck0523/f8992d2258c112698e1ba58810acf199 to your computer and use it in GitHub Desktop.
a = 20
print(str(a).zfill(5)) # 00020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment