Vidyalelo
Python · Q29

Python Sets MCQs: Exam

Programming · Python · question 29

Q29

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