python海龟画图史迪仔
时间: 2023-12-06 20:38:07 浏览: 148
以下是使用Python turtle库绘制史迪仔的代码:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(5)
t.speed(10)
# 绘制头部
t.penup()
t.goto(0, 100)
t.pendown()
t.fillcolor('#00A1E4')
t.begin_fill()
.circle(100)
t.end_fill()
# 绘制眼睛
t.penup()
t.goto(-40, 140)
t.pendown()
t.fillcolor('white')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(-30, 150)
t.pendown()
t.fillcolor('black')
t.begin_fill()
t.circle(10)
t.end_fill()
t.penup()
t.goto(40, 140)
t.pendown()
t.fillcolor('white')
t.begin_fill()
t.circle(20)
t.end_fill()
t.penup()
t.goto(30, 150)
t.pendown()
t.fillcolor('black')
t.begin_fill()
t.circle(10)
t.end_fill()
# 绘制鼻子
t.penup()
t.goto(0,100)
t.pendown()
t.fillcolor('#FFC20E')
t.begin_fill()
t.circle(30)
t.end_fill()
# 绘制嘴巴
t.penup()
t.goto(-50, 60)
t.pendown()
t.right(45)
t.circle(70, 90)
# 绘制身体
t.penup()
t.goto(0, 0)
t.pendown()
t.fillcolor('#00A1E4')
t.begin_fill()
t.circle(150)
t.end_fill()
# 绘制手臂
t.penup()
t.goto(-150, 0)
t.pendown()
t.fillcolor('#00A1E4')
t.begin_fill()
t.circle(50)
t.end_fill()
t.penup()
t.goto(150, 0)
t.pendown()
t.fillcolor('#00A1E4')
t.begin_fill()
t.circle(50)
t.end_fill()
# 绘制脚
t.penup()
t.goto(-70, -150)
t.pendown()
t.fillcolor('#FFC20E')
t.begin_fill()
t.circle(50)
t.end_fill()
t.penup()
t.goto(70, -150)
t.pendown()
t.fillcolor('#FFC20E')
t.begin_fill()
t.circle(50)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待用户关闭窗口
turtle.done()
```
阅读全文