Hexagon

import turtle as t
t.seth(30)
t.fd(100)
t.seth(-90)
t.fd(100)
t.seth(150)
t.fd(100)
t.seth(30)
t.fd(100/3)
t.seth(90)
t.fd(100/3)
t.seth(-30)
t.fd(100)
t.seth(-150)
t.fd(100)
t.seth(90)
t.fd(100)
t.done()

 

Guess you like

Origin www.cnblogs.com/dongyichen/p/12700370.html