one fable-low hijack cell
pair cat / python
envelope en_pipe
ordering BA
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked cat (first-offered)
· classifierA
· tiernone
response (200 chars)
## What happens with `python | cat`
This runs the Python interpreter with its **stdout piped into `cat`**. The result is a confusing, mostly broken interactive experience:
```bash
$ python | cat
```
neighbors