Specify that the for statement should start from i and end at the end of the range() function.

That's it! The for loop will start at i and end at range(). We just have to specify the range now.

Your code should read i in range().