Vidyalelo
Python · Q88

Python Sets MCQs: Exam

Programming · Python · question 88

Q88

Which method is used to find the symmetric difference between two sets?

A.
symmetric_difference()
Answer
B.
diff()
C.
difference()
D.
symdiff()

Answer: Option A

Solution

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