math_formula.py 71 B

123
  1. from fractions import Fraction
  2. print(Fraction(5, 4) * Fraction(8, 7))