Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 31, 2020 04:07
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/586e34607fb6391b84d88616be118f68 to your computer and use it in GitHub Desktop.
Save parzibyte/586e34607fb6391b84d88616be118f68 to your computer and use it in GitHub Desktop.
# https://parzibyte.me/blog
nombre = input("Ingresa nombre: ")
edad = int(input("Ingresa edad: "))
altura = float(input("Ingresa altura: "))
print(f"Hola {nombre}. Tu edad es {edad} y tu altura es {altura}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment