On Aug 29, 8:12 am, Ricardo Aráoz <[EMAIL PROTECTED]> wrote:

> >> Caution : L[0] and L[1:] are COPIES of the head and tail of the list.

> Sorry, should have written RETURN copies instead of ARE copies.

L[0] does not return a copy, it does what is says, returns the object
stored at index 0.

i.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to