码迷,mamicode.com
首页 > 其他好文 > 详细

五角星

时间:2020-03-14 12:44:36      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:color   end   com   mamicode   war   info   src   python   forward   

import turtle

turtle.pensize(4)
turtle.pencolor("yellow")
turtle.fillcolor("red")

turtle.begin_fill()
for _ in range(5):
    turtle.forward(200)
    turtle.right(144)
    turtle.end_fill()

  技术图片

五角星

标签:color   end   com   mamicode   war   info   src   python   forward   

原文地址:https://www.cnblogs.com/xxt77/p/12491431.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!