XASUH

  • Python any()

    python 函数any()将 iterable 作为参数,如果 iterable 中的任何元素为 TRUE,则返回 True,否则返回 FALSE。 **any(iterable…

    编程 2025-01-09