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.
Designed by : w10schools
service@w10schools.com
Please login to continue.