Search
The issubset() method of a set checks if all the elements from the first set exist in the second set. It returns a boolean of either True or False.
issubset()
True
False