goat-latin-index-is-1-based

Status: IN

`enumerate(sentence.split(), 1)` produces 1-based indices, meaning the first word gets exactly one trailing `"a"` — an off-by-one here would silently produce wrong answers

Source: entries/2026/06/06/goat-latin-solution.md

JSON