Hi, I didn't expect that whole M would be effected.

M=[[0..9]]*3
print M[0]
[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

M[1].remove(9)
print M
[[0, 1, 2, 3, 4, 5, 6, 7, 8], [0, 1, 2, 3, 4, 5, 6, 7, 8], [0, 1, 2,
3,
4, 5, 6, 7, 8]]

Rolandb
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to