使用python画猪猪侠
时间: 2023-12-25 15:25:47 浏览: 205
要使用Python画猪猪侠,可以使用turtle库来实现。以下是一个简单的示例代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(5)
t.speed(10)
# 画头部
t.fillcolor('pink')
t.begin_fill()
t.circle(100)
t.end_fill()
# 画眼睛
t.penup()
t.goto(-40, 120)
t.pendown()
t.fillcolor('white')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(-40, 130)
t.pendown()
t.fillcolor('black')
t.begin_fill()
t.circle(10)
t.end_fill()
t.penup()
t.goto(40, 120)
t.pendown()
t.fillcolor('white')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(40, 130)
t.pendown()
t.fillcolor('black')
t.begin_fill()
t.circle(10)
t.end_fill()
# 画鼻子
t.penup()
t.goto(0, 80)
t.pendown()
t.fillcolor('red')
.begin_fill()
t.circle(30)
t.end_fill()
# 画嘴巴
t.penup()
t.goto(-60, 50)
t.pendown()
t.right(45)
t.circle(80, 90)
# 画身体
t.penup()
t.goto(-100, -100)
t.pendown()
t.fillcolor('pink')
t.begin_fill()
for i in range(2):
t.forward(200)
t.circle(50, 180)
t.end_fill()
# 画手
t.penup()
t.goto(-150, -100)
t.pendown()
t.fillcolor('pink')
t.begin_fill()
t.right(45)
t.forward(100)
t.right(90)
t.forward(50)
t.right(90)
t.forward(100)
t.right(135)
t.circle(50, -90)
t.end_fill()
t.penup()
t.goto(150, -100)
t.pendown()
t.fillcolor('pink')
t.begin_fill()
t.left(45)
t.forward(100)
t.left(90)
t.forward(50)
t.left(90)
t.forward(100)
t.left(135)
t.circle(-50, -90)
t.end_fill()
# 画脚
t.penup()
t.goto(-70, -200)
t.pendown()
t.fillcolor('pink')
t.begin_fill()
t.right(45)
t.forward(80)
t.right(90)
t.forward(50)
t.right(90)
t.forward(80)
t.right(135)
t.circle(50, -90)
t.end_fill()
t.penup()
t.goto(70, -200)
t.pendown()
t.fillcolor('pink')
t.begin_fill()
t.left(45)
t.forward(80)
t.left(90)
t.forward(50)
t.left(90)
t.forward(80)
t.left(135)
t.circle(-50, -90)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待点击关闭窗口
turtle.done()
```
阅读全文