HI.

> I think, usually we just test the empty list for it's False-ness.
> Isn't it?
>
> In [8]: x = []

In [9]: bool(x)
Out[9]: False


-Ganesh.
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to