How can I make sympy keep the variable (and equals sign) after solving for a variable?
a,b = symbols(\'a b\') res = solveset( Eq(a+3,b), a) print(res) #Finite