python绘画柯南
时间: 2023-11-23 10:57:08 浏览: 89
根据提供的引用内容,没有找到直接绘画柯南的相关信息。但是可以使用Python的turtle模块来绘制柯南的图像。下面是一个简单的例子:
```python
import turtle
# 设置画笔
t = turtle.Pen()
t.pensize(5)
t.speed(10)
# 绘制头部
t.fillcolor('yellow')
t.begin_fill()
t.circle(100)
t.end_fill()
# 绘制眼睛
t.penup()
t.goto(-40, 120)
t.pendown()
t.fillcolor('white')
t.begin_fill()
.circle(20)
t.end_fill()
t.penup()
t.goto(-30, 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(30, 130)
t.pendown()
t.fillcolor('black')
t.begin_fill()
t.circle(10)
t.end_fill()
# 绘制嘴巴
t.penup()
t.goto(-60, 80)
t.pendown()
t.right(60)
t.circle(80, 120)
# 绘制身体
t.penup()
t.goto(-100, -100)
t.pendown()
t.fillcolor('red')
t.begin_fill()
for i in range(2):
t.forward(200)
t.right(90)
t.forward(300)
t.right(90)
t.end_fill()
# 绘制手臂
t.penup()
t.goto(-100, -100)
t.pendown()
t.fillcolor('yellow')
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.right(135)
t.forward(140)
t.end_fill()
# 绘制腿
t.penup()
t.goto(0, -100)
t.pendown()
t.fillcolor('yellow')
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.right(135)
t.forward(140)
t.end_fill()
# 隐藏画笔
t.hideturtle()
# 等待点击关闭窗口
turtle.done()
```
阅读全文