import math x = float(input(\'Enter value of x \\n\')) print (\'\\n\') if x < 5: print (\'The value of f(x) is \\n\') print (((x**2)/(abs(x)+2))**