为在Python Turtle中输出如下图形,代码横线处应填入( )。
import turtle
for i in range(_________):
turtle.right(60)
turtle.forward(50)
6
7
11
12