2809 . 单选题

为画出如下所示图形,下面Python代码横线处应填入

image

import turtle
for i in range(4):
turtle.circle(50)
turtle.left(__________)