Examveda

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

A. symmetric_difference()

B. exclusive()

C. difference()

D. union()

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python