Answer the question
In order to leave comments, you need to log in
Why doesn't it read the code?
I don't understand what is wrong. VsCode swears at line 8: invalid syntax. Tell me how to fix
print ("Практическое задание №1")
a=16.5
b=3.4
x=0.61
import math
s=(x**3*math.tan(x+b)**2)+(a/math.sqrt(x+b))
q=((b*x**2-a)/(math.exp(a*x)-1)
print ("s=",s,"q=",q)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question