KraftDiner wrote: > I have a list and want to make a copy of it and add an element > to the end of the new list, but keep the original intact....
Nobody has mentioned the obvious yet:
tmp = myList + [something]
--Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list
