Return True if all elements of the iterable are true (or if the iterable is empty).
文档中的这句话到底怎么理解?
http://docs.python.org/2/library/functions.html#all
文档中的这句话到底怎么理解?
http://docs.python.org/2/library/functions.html#all
1
yetone Jun 11, 2013 via Android 只有所有元素为真的时候返回真
|