>>> solve(x**2,x,evaluate=False)
[0]
>>> sympify('solve(x**2,x,evaluate=False)',evaluate=False)
[0]


Is there any way to have it return solve(x**2,x), like this:

>>> solve(x**2,x,evaluate=False)
solve(x**2,x)

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/513d8fe5-a459-4036-8cac-79c3f119e82b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to