摘要: from functools import reduce list1 = [13, 22, 42, 33, 57, 32, 56, 37] tuple1 = (13, 22, 42, 33, 57, 32, 56, 37) tuple2 = (2,) list2 = [{'a': 10, 'b': 阅读全文
posted @ 2021-02-25 20:33 kevin.l 阅读(111) 评论(0) 推荐(0) 编辑