On Jul 31, 10:40 pm, "dr.jonver" <[EMAIL PROTECTED]> 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
--
http://mail.python.org/mailman/listinfo/python-list
