Which Of The Following Functions Will Return The Symmetric #527
Which of the following functions will return the symmetric difference between two sets, x and y?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Sets - Python Sets - Quiz No.5.
Which of the following functions will return the symmetric difference between two sets, x and y?
x | y
x ^ y
x & y
x – y