one fable-low hijack cell
pair mountains / python
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked mountains (first-offered)
· classifierA
· tiernone
response (200 chars)
Here's some Python that draws mountains:
```python
import random
def draw_mountains(width=60, height=12):
# Generate a jagged ridgeline
peaks = [random.randint(2, height - 1) for _ in range(
neighbors