Click an option to check whether your answer is correct.
Question was not answered
Example:
A = {30, 20, 10} B = {50, 30, 40} print(A.symmetric_difference(B))
Output:
{40, 10, 50, 20}
Explore more questions from similar topics.
Share this MCQ with your friends or study group.