Set Built-in Functions

A number of built-in functions create or process sets.

len( object ) → integer

Return the number of items of a set.

max( set ) → value

With a set, return its largest item

min( set ) → value

With a set, return its smallest item.