Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active December 15, 2020 21:35
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/252c5212e9770275a4f96ee3d60b5517 to your computer and use it in GitHub Desktop.
Save parzibyte/252c5212e9770275a4f96ee3d60b5517 to your computer and use it in GitHub Desktop.
altura = 50.687
peso = 80.658412
print("Mi altura es {:.2f} y mi peso {:.2f}".format(altura, peso))
# Salida: Mi altura es 50.69 y mi peso 80.66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment