Dag Sverre Seljebotn wrote: > > a) for x in L[:]: ... # makes a copy > b) remove from the end of the list...
c) use list comprehensions to construct a new list, then del the old list. Jason --~--~---------~--~----~------------~-------~--~----~ 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 URL: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
