🌈 搜索
📅  最后修改于: 2022-03-11 14:45:33.054000             🧑  作者: Mango
def set_approach(a,b): return list(set(a)-set(b))