Chapter 9: Problem 31
After the following code executes, what elements will be members of set3? set1 = set(['a', 'b', 'c']) set2 = set(['b', 'c', 'd']) set3 = set1.symmetric_difference(set2)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.