Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 19, 2020 01:49
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/d9c52122ddee8e2dc385067e2bb78cb6 to your computer and use it in GitHub Desktop.
Save parzibyte/d9c52122ddee8e2dc385067e2bb78cb6 to your computer and use it in GitHub Desktop.
# Finalmente, los mostramos, aunque podrías hacer cualquier otra cosa
print("Te mostraré los números que ingresaste: ")
for numero in numeros:
print(numero)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment