六角形
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)


浙公网安备 33010602011771号