Python快速查找list中相同部分

l = [1, 2, 3, 5] l_one = [2, 8, 6, 10] print set(l) & set(l_one)
相關文章
相關標籤/搜索