$ python3 -c 'from fractions import Fraction; print (Fraction(1,10) == 0.1);' False