Kingsway to Python: Sets


set00.py - functions for set processing

set01.py - help for class set

set03.py - create new set

set05.py - add new element to set

set07.py - define set using curly braces

set09.py - remove element

set11.py - testing for subset

set13.py - union of two sets

set15.py - intersection of two sets

set17.py - difference of two sets

set19.py - In development ...

set21.py - clear set

set22.py - discard element from set

set23.py - remove and return arbitrary element from set

set25.py - print set elements using 'for'

set27.py - In development ...