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