Examveda

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

A. isdisjoint()

B. nocommon()

C. different()

D. disjoint()

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python