摘要: a = [1,2,3,4,5] b = [2,3,4,6] c = [x for x in a if x in b] #取重复值 阅读全文
posted @ 2020-06-29 11:47 Eliphaz 阅读(150) 评论(0) 推荐(0) 编辑