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

P57 2.7六角形

时间:2018-03-31 19:34:15      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:imp   2.7   eth   goto   size   tle   enc   style   log   

import turtle
turtle.setup(800,800,150,150)
turtle.pensize(8)
turtle.pencolor("red")
turtle.penup()
turtle.goto(-50,-100)
turtle.pendown()
turtle.seth(30)
turtle.fd(176)
turtle.seth(150)
turtle.fd(176)
turtle.seth(-90)
turtle.fd(176)
turtle.penup()
turtle.goto(50,-100)
turtle.pendown()
turtle.seth(90)
turtle.fd(176)
turtle.seth(-150)
turtle.fd(176)
turtle.seth(-30)
turtle.fd(176)

 

P57 2.7六角形

标签:imp   2.7   eth   goto   size   tle   enc   style   log   

原文地址:https://www.cnblogs.com/GPF1/p/8683480.html

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