用python画哆啦a梦的代码
时间: 2023-11-18 18:03:49 浏览: 100
以下是用Python绘制哆啦A梦的代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.speed(0)
# 画身体
t.color('blue')
t.begin_fill()
t.circle(50)
t.end_fill()
# 画脸
t.penup()
t.goto(0, 50)
t.pendown()
t.color('white')
t.begin_fill()
t.circle(30)
t.end_fill()
# 画眼睛
t.penup()
t.goto(-20, 60)
t.pendown()
t.color('black')
t.begin_fill()
t.circle(5)
t.end_fill()
t.penup()
t.goto(20, 60)
t.pendown()
t.begin_fill()
t.circle(5)
t.end_fill()
# 画鼻子
t.penup()
t.goto(0, 40)
t.pendown()
t.color('red')
t.begin_fill()
t.circle(7)
t.end_fill()
# 画胡须
t.penup()
t.goto(-20, 30)
t.pendown()
t.goto(-50, 25)
t.penup()
t.goto(-20, 20)
t.pendown()
t.goto(-50, 15)
t.penup()
t.goto(-20, 10)
t.pendown()
t.goto(-50, 5)
t.penup()
t.goto(20, 30)
t.pendown()
t.goto(50, 25)
t.penup()
t.goto(20, 20)
t.pendown()
t.goto(50, 15)
t.penup()
t.goto(20, 10)
t.pendown()
t.goto(50, 5)
# 画手
t.penup()
t.goto(-70, -50)
t.pendown()
t.color('blue')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(70, -50)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
# 画脚
t.penup()
t.goto(-30, -100)
t.pendown()
t.color('blue')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(30, -100)
t.pendown()
t.begin_fill()
t.circle(20)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待点击关闭窗口
turtle.done()
```
运行代码后,将会弹出一个窗口,显示出哆啦A梦的图像。
阅读全文