this is my code and whatever below it is my test scenarios, it keeps failing at -16 what should i do?
def isPerfectSquare(n): return abs(n)**(1.0/2)%1 == 0