Login
Remember
Register
Ask a Question
a.difference(b) highlights the ________.
0
votes
asked
May 15, 2019
in
Python
by
Derya
edited
Jul 10, 2021
by
sharadyadav1986
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
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
2
Answers
0
votes
answered
Aug 18, 2019
by
anonymous
reshown
Mar 5, 2022
by
kamalkhandelwal29
tt
0
votes
answered
Aug 27, 2019
by
anonymous
a-b
...