"Yansky" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| Got a quick n00b question. What's the difference between del and
| remove?

Python has a del statement but not a remove statement.  Correspondingly, 
the first is a keyword and the second is not.

tjr



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to