# food-0001-reverse-string - **task:** Implement a `reverse(s)` function in `pit/scraps/reverse.py` and a pytest that proves it (empty string, ASCII, and a unicode string round-trip: `reverse(reverse(s)) == s`). - **done-when:** `python -m pytest pit/scraps/test_reverse.py -q` is green. - **tossed-by:** keeper