Q46
In Python, how can you check if a set is a subset of another set?
A.
issubset()
AnswerB.
subsetof()
C.
sub()
D.
checksubset()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board