标签:any()函数

探索与 any()函数 相关的精彩内容

#any()函数

📚 共 1 篇文章 🏷️ 标签分类

Python any()函数的使用方法

描述:如果iterable的任何元素为true,则返回true。如果iterable为空,则返回false。相当于:defa