2021年5月16日
摘要: 内置函数: # 常用内置函数:sum min max round globals zip divmod sorted map filter l = [1,2,3,4,5,6] print(sum(l)) #求和 print(max(l)) #最大 print(min(l)) #最小 avg = su 阅读全文
posted @ 2021-05-16 12:21 python测开搬砖人 阅读(62) 评论(0) 推荐(0) 编辑