Q22
In Python, how can you check if two sets have no elements in common?
A.
isdisjoint()
AnswerB.
nocommon()
C.
different()
D.
disjoint()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board