Last active
October 5, 2019 11:33
-
-
Save hermosillaeveris/0f8db2bdf1ff740284a931d2c699360a 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('3/2') | |
print("El producto de {} * {} es igual a {}".format(f1, f2, f1*f2)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment