Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 12 years ago

SLOtoSF gravatar image

comparing Expressions in python

Hi,

I have an Expression I want to compare:

var('x,y')
x+y == x+y

But this does not return True. Why?

click to hide/show revision 2
retagged

updated 10 years ago

FrédéricC gravatar image

comparing Expressions in python

Hi,

I have an Expression I want to compare:

var('x,y')
x+y == x+y

But this does not return True. Why?