六边形

import turtle as t

t.pensize(3)

for i in range(6):

  t,fd(12)

  t.left(60)

posted on 2020-04-01 22:55  以晴  阅读(242)  评论(0)    收藏  举报