Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 17, 2021 17:32
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/81ee82f61add2015785d6fe8b15d78d2 to your computer and use it in GitHub Desktop.
Save parzibyte/81ee82f61add2015785d6fe8b15d78d2 to your computer and use it in GitHub Desktop.
f = Fraccion(5, 6)
f2 = Fraccion(7, 24)
print(f"{f} + {f2} = {f.suma(f2)}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment