0 votes
in Python by
edited by
a.difference(b) highlights the ________.

Select the best answer from below options :

a)a.union(b) - a.intersection(b)

b)a.intersection(b) - a.union(b)

c)a.union(b) - b.intersection(b)

d)a - b

2 Answers

0 votes
by
reshown by
tt
0 votes
by
a-b
...