After the following code executes, what elements will be members of set3? set1 = set(['a', 'b', 'c'])

Question:

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)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: