Run loop.py and fix count_up. The function should return exactly n items starting from 0 (e.g. count_up(3) -> [0, 1, 2]). Running the code will show the bug. Do not change the function name or signature.
