On Thu, Jan 26, 2012 at 1:43 AM, Dima Pasechnik <[email protected]> wrote:
> then, for consistency, it should be then
> [1,2;3,4;], i.e. end each row with ;

It can be optional:

In [6]: (1,2,3)
Out[6]: (1, 2, 3)
In [7]: (1,2,3,)
Out[7]: (1, 2, 3)

--Mike

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

Reply via email to