one fable-low hijack cell
pair mountains / python
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked mountains (first-offered)
· classifierA
· tiernone
response (200 chars)
# Python 🏔️ Mountains — A Few Fun Takes
## 1. ASCII Mountain Generator
```python
import random
def draw_mountain(width=60, height=15):
heights = [0] * width
peak = random.randint(width // 4
neighbors