标签: python floating-point
2 z = 1 3 while z!=0: 4 n+=1 ----> 5 z=float64(y)**(-n) 6 return n 7 TypeError: 'module' object is not callable