第5次作业

turtle.fillcolor('red')
turtle.pencolor('red')
turtle.begin_fill()
for i in range(8):
    turtle.forward(120)
    turtle.right(215)
turtle.end_fill()
turtle.done()

posted @ 2018-05-09 21:11  A班黄梓健  阅读(99)  评论(0编辑  收藏  举报