Skip to content

Instantly share code, notes, and snippets.

@hermosillaeveris
Last active October 4, 2019 16:54
Show Gist options
  • Save hermosillaeveris/e364a8ed22e7c646c67a70255d29f177 to your computer and use it in GitHub Desktop.
Save hermosillaeveris/e364a8ed22e7c646c67a70255d29f177 to your computer and use it in GitHub Desktop.
f1 = Fraction('2/4')
f2 = Fraction('4/6')
print(f"La suma de {f1} + {f2} es igual a {f1+f2}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment