Last active
October 4, 2019 16:54
-
-
Save hermosillaeveris/e364a8ed22e7c646c67a70255d29f177 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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