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

soabdulloh71:
на каком языке
Ответы на вопрос
Ответил soabdulloh71
1
Ответ:
# prog 1
x = int(input('x: '))
y = int(input('y: '))
ansver = x/(y+3) + x * pow(y,2)
print(ansver)
# prog 2
ansver = x * (5 + (x/2))
print(ansver)
# prog 3
if x == (19 % 5):
print(True)
else:
print(False)
Объяснение:
Новые вопросы