python海龟绘图画帕恰狗
时间: 2023-11-20 17:58:13 浏览: 282
Python海龟绘图法详解
5星 · 资源好评率100%
以下是使用Python海龟绘图库绘制帕恰狗的代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(5)
t.speed(10)
# 画头
t.fillcolor("#F5DEB3")
t.begin_fill()
t.circle(100)
t.end_fill()
# 画耳朵
t.penup()
t.goto(-50, 170)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(45)
t.circle(50, 90)
t.left(90)
t.circle(50, 90)
t.end_fill()
t.penup()
t.goto(50, 170)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(180)
t.right(45)
t.circle(-50, 90)
t.left(90)
t.circle(-50, 90)
t.end_fill()
# 画眼睛
t.penup()
t.goto(-30, 80)
t.pendown()
t.fillcolor("#FFFFFF")
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(30, 80)
t.pendown()
t.fillcolor("#FFFFFF")
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(-30, 80)
t.pendown()
t.fillcolor("#000000")
t.begin_fill()
t.circle(10)
t.end_fill()
t.penup()
t.goto(30, 80)
t.pendown()
t.fillcolor("#000000")
t.begin_fill()
t.circle(10)
t.end_fill()
# 画鼻子
t.penup()
t.goto(0, 30)
t.pendown()
t.fillcolor("#000000")
t.begin_fill()
t.circle(30)
t.end_fill()
# 画嘴巴
t.penup()
t.goto(-50, -20)
t.pendown()
t.right(45)
t.circle(70, 90)
# 画身体
t.penup()
t.goto(-150, -150)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(45)
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.right(90)
t.forward(200)
t.end_fill()
# 画腿
t.penup()
t.goto(-150, -150)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(45)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.end_fill()
t.penup()
t.goto(50, -150)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(180)
t.right(45)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.right(90)
t.forward(100)
t.end_fill()
# 画尾巴
t.penup()
t.goto(50, -150)
t.pendown()
t.fillcolor("#F5DEB3")
t.begin_fill()
t.right(180)
t.right(45)
t.circle(-100, 90)
t.left(90)
t.circle(-100, 90)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待用户关闭窗口
turtle.done()
```
阅读全文