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