五角星

import turtle
turtle.setup(500,500)
turtle.fillcolor("red")
turtle.begin_fill()
for i in range(5):
  turtle.fd(100)
  turtle.right(144)
turtle.end_fill()
turtle.done

posted @ 2020-09-15 22:59  大兔xx  阅读(85)  评论(0)    收藏  举报