N
N
nickmqd2020-11-17 10:29:24
Python
nickmqd, 2020-11-17 10:29:24

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)


It is necessary to write such a simple expression
5fb37bbeb3c84103964842.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question