I need to write a python function that takes, as an argument, an object of class "Fraction", and determines whether the fraction can be represented in decimal format. For example, 1/2 can be represented by 0.5, but 1/3 has no decimal equivalent with finite number of digits (0.333333333 is an approximated value). I need to write a python function that takes, a