用python画哆啦a梦轮廓的代码
时间: 2023-11-18 17:03:59 浏览: 68
python画哆啦A梦
5星 · 资源好评率100%
以下是用Python绘制哆啦A梦轮廓的代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(5)
t.speed(10)
# 绘制头部
t.color('blue')
t.circle(100)
# 绘制眼睛
t.color('white')
t.penup()
t.goto(-40, 120)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(40, 120)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
# 绘制眼珠
t.color('black')
t.penup()
t.goto(-30, 130)
t.pendown()
t.begin_fill()
t.circle(10)
t.end_fill()
t.penup()
t.goto(50, 130)
t.pendown()
t.begin_fill()
t.circle(10)
t.end_fill()
# 绘制鼻子
t.color('red')
t.penup()
t.goto(0, 80)
t.pendown()
.begin_fill()
t.circle(15)
t.end_fill()
# 绘制嘴巴
t.color('black')
t.penup()
t.goto(-60, 40)
t.pendown()
t.right(60)
for i in range(3):
t.forward(40)
t.right(120)
# 绘制身体
t.color('blue')
t.penup()
t.goto(-100, -100)
t.pendown()
t.begin_fill()
for i in range(2):
t.forward(200)
t.circle(-50, 180)
t.end_fill()
# 绘制手臂
t.color('white')
t.penup()
t.goto(-100, -100)
t.pendown()
t.begin_fill()
t.right(60)
t.forward(80)
t.right(120)
t.forward(80)
t.right(120)
t.forward(80)
t.right(60)
t.circle(-50, 60)
t.right(180)
t.circle(50, 60)
t.right(60)
t.forward(80)
t.right(120)
t.forward(80)
t.right(120)
t.forward(80)
t.right(60)
t.circle(-50, 60)
t.end_fill()
# 绘制脚
t.color('white')
t.penup()
t.goto(-70, -200)
t.pendown()
t.begin_fill()
t.circle(30)
t.end_fill()
t.penup()
t.goto(70, -200)
t.pendown()
t.begin_fill()
t.circle(30)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待点击关闭窗口
turtle.done()
```
阅读全文