take list an exclude from other list code example Example: list exclude list def set_approach(a,b): return list(set(a)-set(b))