Hi all
I am doing this
>>> from sympy import *
>>> a = Point(1, 3 , evaluate=False)
In this case the default value of `evaluate` is `False`.
In this, is there a way using which i can identify that with what value was `evaluate` passed (in this case True) ?
Though if this question does not make any sense feel free to tell me.
Gaurav Dhingra