Vidyalelo
Python · Q59

Python Sets MCQs: Exam

Programming · Python · question 59

Q59

What method is used to find the elements that are present in either of the sets, but not in both sets?

A.
symmetric_difference()
Answer
B.
exclusive()
C.
difference()
D.
union()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board