>>227
>>> from fractions import Fraction
>>> number = Fraction(5555,100)
>>> float(number - int(number))
0.55