In message <[email protected]>, 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
