Look at the following code: set1 = set([1, 2, 3, 4]) set2 = set([2, 3]) Which of

Question:

Look at the following code:

set1 = set([1, 2, 3, 4])

set2 = set([2, 3])

Which of the sets is a subset of the other?

Which of the sets is a superset of the other?

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

Step by Step Answer:

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