Subset Of/Superset Of : Set : Collections PYTHON TUTORIALS


PYTHON TUTORIALS » Collections » Set »

 

Subset Of/Superset Of


print set('BC') < set('ABC')
print set('bookBC') >= set('BC')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Collections
» Set