为在Python Turtle中输出如下图形,代码横线处应填入( )。
import turtle
for i in range(________):
turtle.right(45)
turtle.forward(50)
1, 8
9
1, 9
10