绘画五角星

import turtle

turtle.color('black','red')
turtle.pensize(10)
turtle.begin_fill()
for i in range(5):
turtle.fd(200)
turtle.rt(144)

turtle.end_fill()

猜你喜欢

转载自www.cnblogs.com/2640335699qqcom/p/12527398.html
今日推荐