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
a-b

Related questions

0 votes
asked Jul 16, 2020 in Python by GeorgeBell
0 votes
asked Jul 10, 2020 in Python by GeorgeBell
...