[EMAIL PROTECTED]: > >>> a=filter ( lambda b: b != None, a) With None it's better to use is/not is instead of ==/!=
Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED]: > >>> a=filter ( lambda b: b != None, a) With None it's better to use is/not is instead of ==/!=
Bye, bearophile -- http://mail.python.org/mailman/listinfo/python-list