How to use issuperset in Python

The issuperset() method checks whether elements from one set are present in another and returns True or False accordingly. For