表情包斜眼笑

#斜眼笑表情
import turtle as t

# -------------脸
t.setup(960, 959, 0, 0)
t.color("orange")
t.pensize("25")
t.penup()
t.goto(-300, 0)
t.pendown()
t.left(90)
t.fillcolor("yellow")
t.begin_fill()
t.circle(-300)
t.end_fill()

# -----------嘴-----------
t.penup()
t.goto(-220, -10)
t.seth(90)
for i in range(90):
    t.pensize(4 + 0.15 * i)
    t.color("brown")
    t.pendown()
    t.circle(-220, -1)
for i in range(90):
    t.pensize(17.5 - 0.15 * i)
    t.color("brown")
    t.pendown()
    t.circle(-220, -1)


# ------------左眼---------------
t.penup()
t.goto(-80, 150)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(50)
t.circle(200, 80)
t.seth(270)
t.circle(200, 15)

t.penup()
t.goto(-70, 90)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(50)
t.circle(200, 65)
t.left(10)
t.circle(200, 10)

t.penup()
t.goto(-70, 150)
t.seth(270)
t.pendown()
t.circle(-200, 15)

# -------------右眼----------------


t.penup()
t.goto(70, 150)
t.color("orange")
t.pensize("25")
t.seth(90)
t.pendown()
t.right(50)
t.circle(-200, 80)
t.seth(270)
t.circle(-200, 15)

t.penup()
t.goto(70, 90)
t.seth(90)
t.pendown()
t.right(50)
t.circle(-200, 65)
t.right(10)
t.circle(200, 10)

t.penup()
t.goto(70, 150)
t.seth(270)
t.pendown()
t.circle(200, 15)

t.penup()
t.pensize(5)
t.color("black")
t.goto(-300, 125)
t.pendown()
t.seth(0)
t.fillcolor('black')
t.begin_fill()
t.circle(15, 360)
t.end_fill()

t.penup()
t.pensize(5)
t.color("black")
t.goto(100, 120)
t.pendown()
t.seth(0)
t.fillcolor('black')
t.begin_fill()
t.circle(15, 360)
t.end_fill()

# ----------左眉毛-----------------
t.penup()
t.goto(-70, 200)
t.color("black")
t.pensize("25")
t.seth(90)
t.pendown()
t.left(30)
t.circle(200, 60)

# ----------右眉毛-----------------
t.penup()
t.goto(70, 200)
t.color("black")
t.pensize("25")
t.seth(90)
t.pendown()
t.right(30)
t.circle(-200, 60)

# ---------左红-------------------
t.penup()
t.color("red")
t.goto(150, 20)
t.pendown()
t.fillcolor("red")
t.begin_fill()
t.circle(20)
t.end_fill()

# ---------右红----------------
t.penup()
t.color("red")
t.goto(-180, 20)
t.pendown()
t.fillcolor("red")
t.begin_fill()
t.circle(20)
t.end_fill()

t.done()

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

清风er

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值