In [1]:
from sympy import *
In [3]:
a,b,c = symbols(['a','b','c','x'])
In []: