Vidyalelo
Python · Q22

Python Sets MCQs: Exam

Programming · Python · question 22

Q22

In Python, how can you check if two sets have no elements in common?

A.
isdisjoint()
Answer
B.
nocommon()
C.
different()
D.
disjoint()

Answer: Option A

Solution

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