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?
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?
Step by Step Solution
3.51 Rating (154 Votes )
There are 3 Steps involved in it
set2 is a s... View full answer
Get step-by-step solutions from verified subject matter experts
