Testing for an empty list

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexnb

    Testing for an empty list


    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.

Working...