六角形

import turtle as t
t.pencolor("blue")
t.pensize(15)
t.seth(90)
t.fd(300)
t.seth(-30)
t.fd(300)
t.seth(-150)
t.fd(300)
t.seth(0)
t.seth(0)
t.penup()
t.fd((300*1.732/2)*2/3)
t.pendown()
t.seth(90)
t.fd(300)
t.seth(-150)
t.fd(300)
t.seth(-30)
t.fd(300)

  

posted @ 2020-09-14 22:18  假粉  阅读(90)  评论(0)    收藏  举报