[ad_1]
Using a list comprehension:
A = [x for x in A if x not in B]
3
[ad_2]
solved How to remove a list of elements from a list?
[ad_1]
Using a list comprehension:
A = [x for x in A if x not in B]
3
[ad_2]
solved How to remove a list of elements from a list?