五角星

import turtle as t

t.pensize(5)

for i in range(5):

  t.fd(20)

  t.left(145)

posted on 2020-04-01 23:00  以晴  阅读(50)  评论(0)    收藏  举报