| Collections | Ordered | Changeable | Indexed | Duplicate |
| List | ○ | ○ | ○ | ○ |
| Tuple | ○ | × | ○ | ○ |
| Set | × | × | × | × |
| Dictionary | ○ | ○ | ○ | × |
'컴퓨터 > Python' 카테고리의 다른 글
| Python pyinstaller (1) | 2023.12.04 |
|---|---|
| Python tkinter (0) | 2023.12.04 |
| Python tuple | 파이썬 튜플 (0) | 2023.02.01 |
| Python max() | 파이썬 최대값 (0) | 2023.02.01 |
| Python dictionary | 파이썬 객체 (0) | 2023.02.01 |