list exclude list

Solutions on MaxInterview for list exclude list by the best coders in the world

showing results for - "list exclude list"
Yannik
01 Sep 2017
1def set_approach(a,b):
2    return list(set(a)-set(b))