Q55
What is the output of the following code:set1 = 1, 2set2 = 1, 2, 3, 4print(set1.issubset(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