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

叠加等边三角形绘制

时间:2020-03-15 11:37:41      阅读:46      评论:0      收藏:0      [点我收藏+]

标签:png   img   src   pen   技术   col   span   tle   size   

import  turtle as t
t.setup(650,500,250,250)
t.penup()
t.fd(150)
t.pendown()
t.pensize(15)
t.color("purple")
t.fd(100)
t.seth(-120)
t.fd(100)
t.seth(120)
t.fd(100)
t.seth(-120)
t.fd(100)
t.seth(0)
t.fd(200)
t.seth(120)
t.fd(200)
t.seth(-120)
t.fd(100)
t.done()

技术图片

 

叠加等边三角形绘制

标签:png   img   src   pen   技术   col   span   tle   size   

原文地址:https://www.cnblogs.com/Cute-pig/p/12496496.html

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