Checks if one set is a subset or superset of another set. If found, delete all elements from that set using python programming
belongs to collection: Python Data Structure Exercises
All Answers
total answers (1)
belongs to collection: Python Data Structure Exercises
total answers (1)
Hint:
Use the below methods of a set class
issubset()
issuperset()
clear()
Solution:
need an explanation for this answer? contact us directly to get an explanation for this answer