filmov
tv
Check Subset using Python

Показать описание
You are given two sets, A and B.
Your job is to find whether set A is a subset of set B.
If set A is a subset of set B, print True.
If set A is not a subset of set B, print False.
#Python #Coding #Set
Your job is to find whether set A is a subset of set B.
If set A is a subset of set B, print True.
If set A is not a subset of set B, print False.
#Python #Coding #Set