one fable-low hijack cell
pair censor / python
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked censor (first-offered)
· classifierA
· tiernone
response (200 chars)
# Text Censoring in Python
Here's a flexible censoring implementation:
```python
import re
def censor(text, banned_words, mask_char="*"):
"""Replace banned words with mask characters, case-inse
neighbors