a.symmetric_difference(b) highlights the
a.union(b) - a.intersection(b)
a - b
a.intersection(b) - a.union(b)
a.union(b) - b.intersection(b)
Answers
Answered by
3
A - b is the answer.......
Answered by
4
Answer:
a-b is the correct answer
Similar questions