from math import sqrtfor n in range(99, 0, -1): root = sqrt(n) if root == int(root): print n break
Name (required)
email (will not be published) (required)
Website