摘要: list derivatives & dict deconstruction ebb = dict(zip('abcde', (11, 22, 11, 33, 22))) print(ebb) print([k for k, v in ebb.items() if v == 11]) filter 阅读全文
posted @ 2022-02-28 16:54 ascertain 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-02-28 14:30 ascertain 阅读(17) 评论(0) 推荐(0) 编辑