num = int(input("What's your favorite 2-digit number? "))
print("The square root of {} is {}".format(num, (num**0.5)))
I hope this helps!
5.8m questions
7.6m answers