one fable-low hijack cell
pair immutable / mutable
envelope en_vs
ordering AB
effort low
English 'vs' framing — '{X} vs {Y}'
verdictpicked mutable (second-offered)
· classifierB
· tiernone
response (200 chars)
# Mutable vs Immutable
**Mutable** objects can be changed after creation; **immutable** objects cannot.
## In Python
### Immutable types
- `int`, `float`, `bool`
- `str`
- `tuple`
- `frozenset`
- `
neighbors