Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 24, 2021 17: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/0f6733fac4002a17bc1708b89f259e1a to your computer and use it in GitHub Desktop.
Save parzibyte/0f6733fac4002a17bc1708b89f259e1a to your computer and use it in GitHub Desktop.
"""
https://parzibyte.me/blog
"""
def diferencia_en_porcentaje(a, b):
return ((b/a) * 100) - 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment