from fractions import Fraction n = 103 d = 104 nd = Fraction(n, d) d1 = 1 while nd != 0: d1 = d1 + 1 if Fraction(1, d1) <= nd: testfrac = Fraction(1,