Hello,
On Fri, Jun 5, 2009 at 7:24 PM, wkehowski<[email protected]> wrote:
>
> Changing data.sage to
>
> T[0]=([1, 2, 3, 4], [5, 6, 7], [8, 9, 10, 11], [13, 14])
> T[1]=([1, 2, 3, 4], [5, 6, 7], [12], [13, 14])
You should put
T = {}
at the beginning to define T as a dictionary.
--Mike
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---