Skip to content

Instantly share code, notes, and snippets.

@hermosillaeveris
Last active October 5, 2019 11:33
Show Gist options
  • Save hermosillaeveris/0f8db2bdf1ff740284a931d2c699360a to your computer and use it in GitHub Desktop.
Save hermosillaeveris/0f8db2bdf1ff740284a931d2c699360a to your computer and use it in GitHub Desktop.
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