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 =