为在Python Turtle中输出如下图形,代码横线处应填入( )。
>import turtle for i in range(4): turtle.circle(100, steps = ______) turtle.right(90)
1
2
3
4