Vidyalelo
Python · Q61

Python Sets MCQs: Exam

Programming · Python · question 61

Q61

What will be the output of the following Python code, if s1= 1, 2, 3? s1.issubset(s1)

A.
True
Answer
B.
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