[Tutor] Acting on objects in a list - how to make the change permanent?

Adam Cripps kabads at gmail.com
Thu Sep 30 17:48:26 CEST 2004


On Wed, 29 Sep 2004 17:54:37 -0400, Kent Johnson
<kent_johnson at skillsoft.com> wrote:
> Adam,
> 
> list.remove(item) will remove item from list without needing the index of
> item in list.
> 
> Kent



Just like to say thanks to all who contributed to this thread - I
managed to get it working with the code that Kent suggested. This is
quite a milestone for me and python.

Thanks again. 
Adam


More information about the Tutor mailing list