Set
Mutable, unordered, unique objects. Elements must be hashable.
Advantages: Searching is O(1). Lots of useful methods.
Disadvantages: Not ordered. Elements must be hashable.
Creating
Creating from another type
Adding a value
Adding multiple values
Removing an element
Last updated