In message <mailman.1996.1281605023.1673.python-l...@python.org>, Jean-
Michel Pichavant wrote:

> for mcNugget in range(0,10):
>     sendTo(trashbin)

Ah, but should that be

    mcNugget.sendTo(trashbin)

or

    trashbin.insert(mcNugget)

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

Reply via email to