Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 29, 2020 00:47
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/46d3c1208690ab3f7b0ef24f5cca141a to your computer and use it in GitHub Desktop.
Save parzibyte/46d3c1208690ab3f7b0ef24f5cca141a to your computer and use it in GitHub Desktop.
numero = 1024
print(f"Ahora voy a imprimir todos los submúltiplos de {numero}")
imprimir_submultiplos(numero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment