• + 0 comments
    from fractions import Fraction
    from math import comb
    
    print(Fraction(10, comb(10, 2)))