摘要: 英文文档: any(iterable) Return True if any element of the iterable is true. If the iterable is empty, return False. Equivalent to: 说明: 1. 接受一个可迭代器对象为参数,当参 阅读全文
posted @ 2016-10-19 13:45 十月狐狸 阅读(1711) 评论(0) 推荐(0)
摘要: 英文文档: all(iterable) Return True if all elements of the iterable are true (or if the iterable is empty). Equivalent to: 说明: 1. 接受一个可迭代器对象为参数,当参数为空或者不为可 阅读全文
posted @ 2016-10-19 10:12 十月狐狸 阅读(1096) 评论(0) 推荐(0)
摘要: abs 阅读全文
posted @ 2016-10-15 01:24 十月狐狸 阅读(4099) 评论(0) 推荐(0)