Hello to all the community!
Do you know how can I remove items from a list when those elements are in another list?
So I have a list A with:
- aa.com
- bb.com
- cc.com
I have a list with B:
- ijefijef.com
- bb.com
I wish I could remove my B list all the elements that would already be on my list A. Thus, in the case of my example, my list B would have just as ijefijef.com bb.com is already in the list A.
A huge thank you in advance
Do you know how can I remove items from a list when those elements are in another list?
So I have a list A with:
- aa.com
- bb.com
- cc.com
I have a list with B:
- ijefijef.com
- bb.com
I wish I could remove my B list all the elements that would already be on my list A. Thus, in the case of my example, my list B would have just as ijefijef.com bb.com is already in the list A.
A huge thank you in advance