13 lines
274 B
Markdown
13 lines
274 B
Markdown
![]() |
---
|
||
|
categories:
|
||
|
- Programming Languages
|
||
|
tags: [python, data-structures]
|
||
|
---
|
||
|
|
||
|
# 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**
|