After the following code executes, what elements will be members of set3? set1 = set(['d', 'e', 'f'])

Question:

After the following code executes, what elements will be members of set3?

set1 = set(['d', 'e', 'f'])

set2 = set(['a', 'b', 'c', 'd', 'e'])

set3 = set2.difference(set1)

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: