摘要: 官方网站:https://docs.python.org/3/library/functions.html?highlight=built 1 函数的程序 2 3 4 5 print( all([1,-5,3]) ) #如果列表全部为真则返回true 6 7 8 9 print( any([]) ) 阅读全文
posted @ 2020-02-20 22:36 穆帅虎 阅读(127) 评论(0) 推荐(0)