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