📜  python 查找列表之间的差异 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:41.027000             🧑  作者: Mango

代码示例3
s = set(temp2)
temp3 = [x for x in temp1 if x not in s]