Q14
What is the output of the following code:set1 = 1, 2, 3set2 = 1, 2print(set1.issuperset(set2))
A.
TRUE
AnswerB.
FALSE
C.
Error
D.
None
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board