Computer Science, asked by nitikanaveen09, 6 months ago

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 aarish1606
3
A - b is the answer.......
Answered by jayasharma325
4

Answer:

a-b is the correct answer

Similar questions