六边形
import turtle as t
t.setup(650,350,200,200)
t.penup()
t.fd(-250)
t.pendown()
t.left(30)
t.fd(200)
t.right(120)
t.fd(300)
t.right(120)
t.fd(300)
t.right(120)
t.fd(100)
t.left(60)
t.fd(100)
t.right(120)
t.fd(300)
t.right(120)
t.fd(300)
t.right(120)
t.fd(200)
t.done()


浙公网安备 33010602011771号