Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 6, 2019 05:37
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/a8e5e3b9833f59c5d63c887dfdef2041 to your computer and use it in GitHub Desktop.
Save parzibyte/a8e5e3b9833f59c5d63c887dfdef2041 to your computer and use it in GitHub Desktop.
# Pero también podemos leer enteros
edad = int(input("Dime tu edad: "))
print("El doble de tu edad es: " + str(edad * 2))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment