deleting list elements

Janos Blazi jblazi at vipsurf.de
Mon Aug 7 15:10:38 EDT 2000


I'd like to delete some elements of a list li, something like this:

for x in li:
     if Property(x): 'delete x from the list li'

How can I do it?

J.B.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----



More information about the Python-list mailing list