Check Strict Superset using Python

preview_player
Показать описание
You are given a set A and n other sets.
Your job is to find whether set A is a strict superset of each N set.
Print True if A is a strict superset of each N set. Otherwise, print False.
A strict superset has at least one element that does not exist in its subset.

#Python #Coding #Set
Рекомендации по теме