x**2+6*x+8
solve(x**2 + 6*x + 8, x)
diff(x**2 + 6*x + 8, x)
series(x**2 + 6*x + 8, x, 0, 10)
Want a full Python shell? Use SymPy Live.