Genital Hair Removal

Paul McGuire ptmcg at austin.rr.com
Thu Jul 31 23:46:23 EDT 2008


On Jul 31, 10:40 pm, "dr.jonver" <dr.jon... at gmail.com> wrote:
> Genital Hair Removal http://misspelled_words_in_URLs_are_funny.blogspot.com/2008/07/genital-hair-removal.html

Python provides the del command, as in:

    del self.genital_hair

If "Genital Hair" is an element in a list, you can remove it using:

    items.remove("Genital Hair")

Be careful though, you should not modify a sequence while iterating
over it.

-- Paul



More information about the Python-list mailing list