六角形

import turtle as t
t.pensize(4)
t.pencolor("black")
t.right(30)
t.forward(200)
t.right(120)
t.forward(300)
t.right(120)
t.forward(300)
t.right(120)
t.forward(100)
t.right(120)
t.forward(200)
t.right(-120)
t.forward(300)
t.right(-120)
t.forward(300)
t.right(-120)
t.forward(100)
t.done

  

posted @ 2020-09-14 23:14  chengyi92  阅读(116)  评论(0)    收藏  举报