吐舌表情

import turtle as t

t.fillcolor("yellow")

t.begin_fill()

t.pensize(3)

t.circle(100)

t.penup()

t.left(125)

t.fd(120)

t.pendown()

t.right(85)

t.fd(30)

t.left(80)

t.fd(30)

t.penup()

t.right(121)

t.fd(120)

t.pendown()

t.seth(-135)

t.fd(30)

t.left(80)

t.fd(30)

t.penup()

t.right(45)

t.fd(20)

t.left(100)

t.fd(20)

t.pendown()

t.right(180)

t.fd(140)

t.back(20)

t.seth(-90)

t.circle(48,180)

t.left(90)

t.fd(48)

t.seth(-90)

t.fd(48)

t.done()

posted on 2020-04-02 12:48  以晴  阅读(159)  评论(0编辑  收藏  举报