五角星

import turtle
# 画一颗五角星

turtle.forward(100)
turtle.right(144)

turtle.forward(100)
turtle.right(144)

turtle.forward(100)
turtle.right(144)

turtle.forward(100)
turtle.right(144)

turtle.forward(100)
turtle.right(144)



turtle.fillcolor('red')

turtle.color('red')

turtle.bgcolor('red')

turtle.setup()
turtle.done()

posted @ 2018-05-09 21:05  梁伟进  阅读(171)  评论(0编辑  收藏  举报