deleting list elements
Janos Blazi
jblazi at vipsurf.de
Mon Aug 7 15:10:38 EDT 2000
More information about the Python-list mailing list
Mon Aug 7 15:10:38 EDT 2000
- Previous message (by thread): deleting list elements
- Next message (by thread): deleting list elements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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! =-----
- Previous message (by thread): deleting list elements
- Next message (by thread): deleting list elements
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list