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

六角星

时间:2020-03-14 22:01:14      阅读:59      评论:0      收藏:0      [点我收藏+]

标签:down   图片   color   begin   LLC   import   mamicode   div   alt   

import turtle
turtle.setup(650,350,200,200)
turtle.penup()
turtle.pensize(1)
turtle.pencolor("red")
turtle.fillcolor("yellow")
turtle.fd(100)
turtle.seth(30)
turtle.pendown()
turtle.begin_fill()
turtle.fd(80)
turtle.seth(-90)
turtle.fd(80)
turtle.seth(150)
turtle.fd(80)
turtle.end_fill()
turtle.penup()
turtle.seth(30)
turtle.fd(80/3)
turtle.seth(90)
turtle.fd(80/3)
turtle.pendown()
turtle.begin_fill()
turtle.seth(-30)
turtle.fd(80)
turtle.seth(-150)
turtle.fd(80)
turtle.seth(90)
turtle.fd(80)
turtle.end_fill()
 
技术图片

 

 

六角星

标签:down   图片   color   begin   LLC   import   mamicode   div   alt   

原文地址:https://www.cnblogs.com/ainimiao/p/12494444.html

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