Помогите пожалуйста.
Приложения:

s4ndstrm:
могу сделать на с++
Ответы на вопрос
Ответил TheEpic73
0
import math
x = int(input("x: "))
y = int(input("y: "))
top = math.sin(x) + x * x
down = 2 + math.sqrt(y) + math.cos(y)
print(top/down)
Новые вопросы