First page Back Continue Last page Overview Graphics

Operations and Methods on Sets

Various operations can be executed on sets:

>>> A = set((3,78,43,2,9))

>>> B = set((2,89,7,9,78))