Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 14, 2021 18:03
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 parzibyte/76b2323db92c5f674d98667b6920465a to your computer and use it in GitHub Desktop.
Save parzibyte/76b2323db92c5f674d98667b6920465a to your computer and use it in GitHub Desktop.
def agregar_cero_si_es_necesario(valor):
return f"{valor:02d}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment