Skip to main content

One doc tagged with "Set Operations"

View all tags

Sets: Unordered collections of unique items. Set operations.

We've explored ordered collections like lists and **tuples**, and the key-value world of dictionaries. Now we introduce the final core collection type: the set. Sets are all about uniqueness and are modeled after the mathematical concept of a set.