Ответ:
x = int(input('введи x - ')); b = int(input('введи b - ')); result = b ** 2 + b * x - x / 6; print("результат {0}".format(result))
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Verified answer
Ответ:
x = int(input('введи x - ')); b = int(input('введи b - ')); result = b ** 2 + b * x - x / 6; print("результат {0}".format(result))