from math import sqrt print('x = {}'.format(sqrt(float(input('Введите значение a:')) * float(input('Введите значение b:')) + 5)))