Answers for "how to reduce a fraction in python"

2

reduced fraction python

>>> from fractions import Fraction
>>> Fraction(98, 42)
Fraction(7, 3)
Posted by: Guest on May-10-2020

Code answers related to "how to reduce a fraction in python"

Python Answers by Framework

Browse Popular Code Answers by Language