用python turtle画玉桂狗的代码
时间: 2024-02-18 17:56:28 浏览: 151
以下是用Python turtle画玉桂狗的代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(3)
t.speed(10)
# 画狗头
t.fillcolor("#F0D8A8")
t.begin_fill()
t.circle(100)
t.end_fill()
# 画耳朵
t.penup()
t.goto(-60, 160)
t.pendown()
t.fillcolor("#F0D8A8")
t.begin_fill()
for i in range(3):
t.forward(120)
t.right(120)
t.end_fill()
t.penup()
t.goto(60, 160)
t.pendown()
t.fillcolor("#F0D8A8")
t.begin_fill()
for i in range(3):
t.forward(120)
t.left(120)
t.end_fill()
# 画眼睛
t.penup()
t.goto(-40, 80)
t.pendown()
t.fillcolor("#FFFFFF")
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(40, 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(50, 80)
t.pendown()
t.fillcolor("#000000")
t.begin_fill()
t.circle(10)
t.end_fill()
# 画鼻子
t.penup()
t.goto(0, 20)
t.pendown()
t.fillcolor("#000000")
t.begin_fill()
t.circle(30)
t.end_fill()
# 画嘴巴
t.penup()
t.goto(-40, 0)
t.pendown()
t.right(45)
t.circle(50, 90)
# 画身体
t.penup()
t.goto(-150, -100)
t.pendown()
t.fillcolor("#F0D8A8")
t.begin_fill()
t.circle(100)
t.end_fill()
# 画腿
t.penup()
t.goto(-100, -200)
t.pendown()
t.fillcolor("#F0D8A8")
t.begin_fill()
t.right(45)
t.forward(100)
t.right(90)
t.forward(100)
t.end_fill()
t.penup()
t.goto(100, -200)
t.pendown()
t.fillcolor("#F0D8A8")
t.begin_fill()
t.left(90)
t.forward(100)
t.left(90)
t.forward(100)
t.end_fill()
# 画尾巴
t.penup()
t.goto(150, -100)
t.pendown()
t.right(45)
t.fillcolor("#F0D8A8")
t.begin_fill()
for i in range(2):
t.circle(50, 90)
t.circle(20, 90)
t.circle(50, 90)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 显示绘图窗口
turtle.done()
```
阅读全文