Connecting Tech Pros Worldwide Help | Site Map

Testing for an empty list

Alexnb
Guest
 
Posts: n/a
#1: Jul 3 '08

Okay this is a simple question I just don't know how. If I have a list, say:

funList = []

and after a while something possible should have been appended to it, but
wasn't. How can I test if that list is empty.
--
View this message in context: http://www.nabble.com/Testing-for-an...p18268092.html
Sent from the Python - python-list mailing list archive at Nabble.com.

Closed Thread