invalid syntax for simply variable

后端 未结 0 1774
渐次进展
渐次进展 2020-12-22 07:08

Here is my code, and the error I get. Can someone explain what happened here?

Code:

import sympy as sp
x = sp.Symbol(\'x\')
y = (sp.sin(x))*(3x**2)
z =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题