Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created November 9, 2020 03:43
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/c5017546306e0231844281f737aa12fe to your computer and use it in GitHub Desktop.
Save parzibyte/c5017546306e0231844281f737aa12fe to your computer and use it in GitHub Desktop.
# https://parzibyte.me/blog
numero = 15.85489498987
redondeado = round(numero, 2)
print(redondeado)
"""
Salida:
15.85
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment