Fix usage of `enumerate()` …
We don't need to keep adding 1 to an index var. We can just have `enumerate()` start at 1 instead of 0