Mega Code Archive

 
Categories / Python Tutorial / Collections
 

Subset OfSuperset Of

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