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:

>>> 1=2
  File "<stdin>", line 1
SyntaxError: can't assign to literal


Pedro

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to