python 的内建函数 all() 有什么用?

2013-06-11 17:12:58 +08:00
 zeyexe
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
3050 次点击
所在节点    Python
2 条回复
yetone
2013-06-11 17:14:06 +08:00
只有所有元素为真的时候返回真
zeyexe
2013-06-11 17:22:21 +08:00
@yetone 刚才没仔细看,实验了一把,明白是什么意思了。Thx

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/72044

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX