Vidyalelo
Python · Q14

Python Sets MCQs: Exam

Programming · Python · question 14

Q14

What is the output of the following code:set1 = 1, 2, 3set2 = 1, 2print(set1.issuperset(set2))

A.
TRUE
Answer
B.
FALSE
C.
Error
D.
None

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board