append

Duncan Booth duncan.booth at invalid.invalid
Thu May 10 13:28:58 EDT 2007


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?
> 
Do you really mean syntax?

Anyway, try google: python list methods

The second result is: http://docs.python.org/lib/typesseq-mutable.html



More information about the Python-list mailing list