python画图之鱼刺代码

python画图之鱼刺代码

博主新建的Python学习QQ群分享一些实用的学习工具和疑问解答以及源码分享欢迎加入:431615454

话不多说直接上代码

from turtle import *
pencolor('black')
pensize(5)
ht()#隐藏画笔
speed(0)#调整画图速度
penup()
left(120)
goto(200,-100)
pendown()
circle(500,10)#躯干60
left(90)
circle(300,10)
penup()
circle(300,340)
pendown()
circle(300,10)#第一根刺
right(90)
circle(500,10)
left(90)
circle(300,20)
penup()
circle(300,320)
pendown()
circle(300,20)#第二根刺
right(90)
circle(500,10)
left(90)
circle(300,30)
penup()
circle(300,300)
pendown()
circle(300,30)#第三根刺
right(90)
circle(500,10)
left(90)
circle(300,35)
penup()
circle(300,290)
pendown()
circle(300,35)#第四根刺
right(90)
circle(500,10)
left(90)
circle(300,30)
penup()
circle(300,300)
pendown()
circle(300,30)#第五根刺
right(90)
circle(500,10)
penup()
right(180)
forward(600)
left(90)
circle(300,154)#头
pendown()
circle(300,52)
penup()
circle(300,154)
goto(150,-150)
right(30)
circle(300,138)
pendown()
circle(300,42)
penup()
circle(300,180)
goto(150,150)
penup()
circle(300,240)
pendown()
circle(300,42)
penup()
circle(300,78)
goto(-270,150)#眼
left(30)
pendown()
circle(20)
penup()
goto(200,-100)#尾
pendown()
left(150)
forward(100)
left(150)
forward(174)
left(150)
forward(100)

效果图:
在这里插入图片描述
画的还是蛮像的哈哈哈
大家喜欢的话别忘收藏哟!

博主新建的Python学习QQ群分享一些实用的学习工具和疑问解答以及源码分享欢迎加入:431615454

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

闫海南

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值