Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created June 7, 2020 20:42
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/2d00f9ac8087c1fee1f5db4c80fb9017 to your computer and use it in GitHub Desktop.
Save parzibyte/2d00f9ac8087c1fee1f5db4c80fb9017 to your computer and use it in GitHub Desktop.
def nombre_de_dia(numero_dia):
return ["Domingo", "Lunes", "Martes", "Miércoles", "Jueves", "Viernes", "Sábado"][numero_dia]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment