Python:
from math import*
a=float(input('Введіть значення a :'))
b=float(input('Введіть значення b :'))
t1=((17.1*(3.8*a+pow(5*b)) / 3 - b ))
t2=pow(7.5*b * pow(a**3 + 2.3*a))
t3=26.3*(2.4**3 + 2.3*a)
if a > 0 and b > 1:
print('Значення у =', a1)
elif a > 0 and b <= 1:
print('Значення y =', t2)
else :
print('Значення y =', t3)
Последнее редактирование: