Data Structures in Python- Sets

Ref Videohttps://www.youtube.com/watch?v=D5R9Iq3KaPI 

Methods in Sets : https://www.w3schools.com/python/python_ref_set.asp





Methods in Set


Math Methods in Set







Relationship Methods

issubset-- 1st set is a part of the second set(E.g. b(Inside the bracket))

issuperset -- 2nd set s a part of the 1st set(E.g. a(Inside the bracket))



Comments