symmetric_difference_update(other)
set ^= other
Update the set, keeping only elements found in either set, but not in both.
symmetric_difference_update(other)
set ^= other
Update the set, keeping only elements found in either set, but not in both.
Please login to continue.