274 B
274 B
categories | tags | |||
---|---|---|---|---|
|
|
Sets in Python
- They are unordered
- You can increase/decrease their length by adding/removing new members
- They do not allow duplicate members
- Can only hold immutable objects