Где сжечь ошибка import math
x= float(input("x= "))
if x>= -3 and x<1:
y=math.pow(math.sin(1+3.3*x**3),2) (2-ctg**3*0.7*x)
elif x< -3:
y=math.pow(-4*x**4 -5)+(1.6*x)
else:
y=math.pow(6*cos(3*x+x*3**3),2)
print()
print("y=",y)


Где сжечь ошибка import math x= float(input(x= )) if x>= -3 and x<1: y=math.pow(math.sin(1+3

asn85 asn85    2   09.03.2021 17:21    1

Ответы
Dimatrubilov Dimatrubilov  09.03.2021 17:30

В последнем без запятой, могу ошибаться.

ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика