摘要: Python标准库 https://docs.python.org/zh-cn/3/library/ 关于官方文档的介绍函数的说明,像 即max的函数原型为: max(iterable,*[, key, default])max(arg1, arg2, *args[, key]) 啥意思? 注意了! 阅读全文
posted @ 2021-01-12 19:49 PiaYie 阅读(172) 评论(0) 推荐(0)