为画出如下所示图形,下面Python代码横线处应填入( )。
import turtle
for i in range(4):
turtle.circle(50)
turtle.left(________)
360
180
90
45