🌈 搜索
📅  最后修改于: 2022-03-11 14:45:49.221000             🧑  作者: Mango
list1 = [1,2,3,4,5,6] list2 = [3, 5, 7, 9] list(set(list1).intersection(list2))