On Jan 22, 2011, at 1:04 PM, Pedro Cruz wrote:
> I was tring to remember if "simple" equality was "=" or "==".
>
> The email is just to mention this:
>
> #1/3 Sage command-line: (4.6)
> sage: 1=2
> ()
> TypeError: Must construct a function with a tuple (or list) of
> symbolic variables.
>
>
I was tring to remember if "simple" equality was "=" or "==".
The email is just to mention this:
#1/3 Sage command-line: (4.6)
sage: 1=2
()
TypeError: Must construct a function with a tuple (or list) of
symbolic variables.
#2/3 Sage notebook:
1=2
(returns nothing)
#3/3 Python command line: