Q61
What will be the output of the following Python code, if s1= 1, 2, 3? s1.issubset(s1)
A.
True
AnswerB.
Error
C.
No output
D.
False
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board