a.difference(b) highlights the
a-b
a.union(b) - a.intersection(b)
a.union(b) - b.intersection(b)
a.intersection(b) - a.union(b)
Answers
Answered by
5
2nd option-unionb-a intersection b
Similar questions