首页 > 其他 > 详细

P57 2.7六角形

时间:2018-03-31 19:14:39      阅读:183      评论:0      收藏:0      [点我收藏+]
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六角形

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!