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

叠三角形

时间:2020-03-14 21:47:58      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:gre   LLC   size   port   ima   pen   code   src   三角形   

import turtle
turtle.setup(650,350,200,200)
turtle.penup()
turtle.pensize(1)
turtle.pencolor("red")
turtle.fillcolor("green")
turtle.begin_fill()
turtle.seth(60)
turtle.pendown()
turtle.fd(50)
turtle.seth(-60)
turtle.fd(100)
turtle.seth(-180)
turtle.fd(100)
turtle.seth(60)
turtle.fd(50)
turtle.seth(0)
turtle.fd(50)
turtle.seth(-120)
turtle.fd(50)
turtle.seth(120)
turtle.fd(50)
turtle.end_fill()
 
技术图片

 

 

叠三角形

标签:gre   LLC   size   port   ima   pen   code   src   三角形   

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

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