>> def all(seq, pred=bool): >What's this? What is bool?
That came straight out of the manual for itertools: http://docs.python.org/lib/itertools-recipes.html -- http://mail.python.org/mailman/listinfo/python-list
>> def all(seq, pred=bool): >What's this? What is bool?
That came straight out of the manual for itertools: http://docs.python.org/lib/itertools-recipes.html -- http://mail.python.org/mailman/listinfo/python-list