In loop.py, fix the off-by-one error: count_up(n) should return exactly n items but currently loops N+1 times. Fix it without changing the function name or signature.
