append

Neil Cerutti horpner at yahoo.com
Thu May 10 14:32:46 EDT 2007


On 2007-05-10, HMS Surprise <john at datavoiceint.com> wrote:
> Trying not to be a whiner but I sure have trouble finding
> syntax in the reference material. I want to know about list
> operations such as append. Is there a pop type function? I
> looked in tutorial, language reference, and lib for list,
> append, sequence. Is there a place where us doofi ( who may not
> have our heads out in the sunlight) may find all related syntax
> grouped together?

You need the material in the Python Manual in the astonishingly
useful Library Reference section 1.2.3: Built-In Types. The only
thing you'll look at nearly as much is 1.2.1: Built-In Functions.

-- 
Neil Cerutti



More information about the Python-list mailing list