import math number = int(input('Enter number over 500 : ')) print(round(math.sqrt(number)))