Examveda

What is the purpose of the issuperset() method for sets?

A. Checks if a set contains all elements of another set

B. Checks if a set is a subset of another set

C. Checks if a set has no elements in common with another set

D. Checks if a set is equal to another set

Answer: Option A


This Question Belongs to Python Program >> Sets In Python

Join The Discussion

Related Questions on Sets in Python