HMS Surprise <[EMAIL PROTECTED]> 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 -- http://mail.python.org/mailman/listinfo/python-list