Hi,
I have an Expression I want to compare:
var('x,y') x+y == x+y
But this does not return True
. Why?
1 | initial version |
Hi,
I have an Expression I want to compare:
var('x,y') x+y == x+y
But this does not return True
. Why?
2 | retagged |
Hi,
I have an Expression I want to compare:
var('x,y') x+y == x+y
But this does not return True
. Why?