Examveda

In Python, how can you check if a set is a subset of another set?

A. issubset()

B. subsetof()

C. sub()

D. checksubset()

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python