Символические переменные Python
import sympy as sym
x = sym.Symbol('x')
Flyhouse_Squarewheel
import sympy as sym
x = sym.Symbol('x')