Vidyalelo
Python · Q46

Python Sets MCQs: Exam

Programming · Python · question 46

Q46

In Python, how can you check if a set is a subset of another set?

A.
issubset()
Answer
B.
subsetof()
C.
sub()
D.
checksubset()

Answer: Option A

Solution

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