x = np.linspace(-1,1,10) for k in x: print (Fraction(k).denominator)
I \'m trying to get the denominator for this values in this range, but I get th