Re: [sage-devel] 1=2 produces a silent answer in sage notebook

2011-01-22 Thread Ivan Andrus
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. > >

[sage-devel] 1=2 produces a silent answer in sage notebook

2011-01-22 Thread Pedro Cruz
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: