Revise Complex.to_sympy so that it uses `sympy.Add` when the real and imaginary parts require it. This is how SageMath handles its complex numbers converted to sympy.
Revise Complex.to_sympy so that it uses
sympy.Addwhen the real and imaginary parts require it.This is how SageMath handles its complex numbers converted to sympy.