x = int(input('введи x - ')); b = int(input('введи b - ')); result = b ** 2 + b * x - x / 6; print("результат {0}".format(result))
x = int(input('введи x - ')); b = int(input('введи b - ')); result = b ** 2 + b * x - x / 6; print("результат {0}".format(result))