Sets in Python - English

13822 visits



Outline:

What are sets in python? Input sets Create sets How to create empty sets? Operations on sets Add and remove methods Union and intersection methods Difference and symmetric_difference methods Subset and superset Length and containership on sets