---------------turtle源码集合---------------
Python教程91:关于海龟画图,Turtle模块需要学习的知识点
Python教程43:海龟画图turtle画小樱魔法阵
Python教程42:海龟画图turtle画海绵宝宝
Python教程41:海龟画图turtle画蜡笔小新
Python教程40:使用turtle画一只杰瑞
Python教程39:使用turtle画美国队长盾牌
Python教程38:使用turtle画动态粒子爱心+文字爱心
Python教程37:使用turtle画一个戴帽子的皮卡丘
Python教程36:海龟画图turtle写春联
Python源码35:海龟画图turtle画中国结
Python源码31:海龟画图turtle画七道彩虹
Python源码30:海龟画图turtle画紫色的小熊
Python源码29:海龟画图turtle画太极图
Python源码28:海龟画图turtle画熊猫
Python源码27:海龟画图turtle画动态圆舞曲
Python源码26:海龟画图turtle画向日葵
Python源码25:海龟画图turtle画小猪佩奇
Python源码24:使用海龟画图turtle画滑板
Python源码23:使用海龟画图turtle画小狗狗
Python源码22:使用海龟画图turtle画今天日期
Python源码21:使用海龟画图turtle画太阳,云朵,房子,绿树
Python源码20:使用海龟画图turtle画一个会动的星空
Python源码19:海龟画图turtle画螺旋的彩色的逐渐放大的文字
Python源码18:使用海龟画图turtle画捂脸表情
Python源码17:使用海龟画图turtle画五星红旗
Python源码16:使用海龟画图turtle画会动的时钟
Python源码15:使用海龟画图turtle画小黄人
Python源码14:使用海龟画图turtle画我的城堡
Python源码分享13:使用海龟画图turtle画一个会眨眼的皮卡丘
Python源码分享12:使用turtle画彩色六边形
Python源码分享11:使用海龟画图turtle画航天火箭
Python源码分享10:使用海龟画图turtle画哆啦A梦
Python源代码分享:02海龟画图五角星
Python源代码分享:03画一个奥运五环图
Python源代码分享:05使用turtle模块绘制一个彩色螺旋图案
Python源代码分享:07画满天繁星
Python源码分享08:使用turtle画一朵玫瑰花
Python源码分享10:使用海龟画图turtle画哆啦A梦
Python源码分享11:使用海龟画图turtle画航天火箭
Python源码分享12:使用turtle画彩色六边形
import turtle as t
t.setup(1580,800,0,0)
t.speed(9)
t.pensize(3)
t.up()
t.goto(0,-190)
t.seth(90)
t.fd(110)
t.seth(10)
t.fd(-15)
t.pd()
t.fd(-10)
t.up()
t.goto(0,-80)
t.seth(-5)
t.pd()
t.fd(40)
t.up()
t.goto(0,-25)
t.seth(0)
t.pd()
t.circle(12,90)
t.seth(135)
t.circle(-35,45)
t.seth(-125)
t.circle(40,60)
t.up()
t.goto(0,210)
t.seth(167)
t.pd()
t.fillcolor("black")
t.begin_fill()
t.circle(910,26)
t.seth(230)
t.circle(145,80)
t.circle(225,43)
t.circle(225,43)
t.circle(170,90)
t.end_fill()
t.up()
t.fd(-17)
t.seth(171)
t.pd()
t.fillcolor("white")
t.begin_fill()
t.circle(910,22)
t.seth(232)
t.circle(145,83)
t.circle(223,42)
t.circle(223,42)
t.circle(167,90)
t.end_fill()
t.up()
t.goto(0,210)
t.seth(13)
t.pd()
t.fillcolor("black")
t.begin_fill()
t.circle(-910,26)
t.seth(-50)
t.circle(-145,80)
t.circle(-225,43)
t.circle(-225,43)
t.circle(-170,90)
t.end_fill()
t.up()
t.fd(-17)
t.seth(9)
t.pd()
t.fillcolor("white")
t.begin_fill()
t.circle(-910,22)
t.seth(-52)
t.circle(-145,83)
t.circle(-223,42)
t.circle(-223,42)
t.circle(-167,90)
t.end_fill()
t.up()
t.goto(0,-190)
t.seth(170)
t.pd()
t.circle(-580,25)
t.circle(-120,30)
t.circle(620,22)
t.circle(-380,35)
t.up()
t.goto(0,-190)
t.seth(10)
t.pd()
t.circle(580,30)
t.circle(120,25)
t.circle(-620,22)
t.circle(380,35)
t.up()
t.goto(-185,160)
t.seth(-65)
t.pd()
t.fillcolor("black")
t.begin_fill()
t.circle(-45,220)
t.circle(-190,10)
t.up()
t.goto(-185,160)
t.seth(160)
t.pd()
t.pensize(6)
t.fd(-15)
t.fd(93)
t.end_fill()
t.seth(190)
t.circle(160,35)
t.left(90)
t.fd(8)
t.pensize(5)
t.fd(7)
t.pensize(4)
t.fd(6)
t.pensize(3)
t.fd(5)
t.up()
t.fd(45)
t.seth(0)
t.fd(15)
t.pd()
t.seth(-40)
t.circle(55,95)
t.up()
t.goto(185,160)
t.seth(245)
t.pd()
t.fillcolor("black")
t.begin_fill()
t.circle(45,220)
t.circle(190,10)
t.up()
t.goto(185,160)
t.seth(20)
t.pd()
t.pensize(6)
t.fd(-35)
t.fd(113)
t.end_fill()
t.seth(-10)
t.circle(-150,35)
t.right(90)
t.fd(8)
t.pensize(5)
t.fd(7)
t.pensize(4)
t.fd(6)
t.pensize(3)
t.fd(5)
t.up()
t.fd(45)
t.seth(180)
t.fd(15)
t.seth(220)
t.circle(-55,95)
t.seth(-30)
t.pd()
t.circle(95,70)
t.up()
t.pencolor("white")
t.pensize(7)
t.goto(-255,180)
t.seth(-75)
t.pd()
t.fd(82)
t.up()
t.pensize(4)
t.goto(-267,148)
t.pd()
t.fd(35)
t.pencolor("black")
t.pensize(3)
t.up()
t.goto(-185,160)
t.seth(-65)
t.pd()
t.fillcolor("white")
t.begin_fill()
t.circle(-30,220)
t.circle(-150,8)
t.end_fill()
t.up()
t.pencolor("white")
t.pensize(9)
t.goto(210,145)
t.seth(-75)
t.pd()
t.fd(48)
t.up()
t.goto(183,148)
t.pd()
t.pensize(4)
t.fd(45)
t.pencolor("black")
t.pensize(3)
t.up()
t.goto(185,160)
t.seth(20)
t.fd(20)
t.seth(245)
t.pd()
t.fillcolor("white")
t.begin_fill()
t.circle(35,220)
t.circle(145,11)
t.end_fill()
t.up()
t.goto(-251,-80)
t.pd()
t.seth(170)
t.circle(-350,70)
t.circle(-30,170)
t.up()
t.goto(-280,-30)
t.seth(176)
t.pd()
t.circle(-190,60)
t.up()
t.goto(-330,50)
t.pd()
t.seth(150)
t.circle(135,45)
t.up()
t.goto(251,-80)
t.pd()
t.seth(10)
t.circle(350,75)
t.circle(17,170)
t.up()
t.goto(297,-30)
t.seth(4)
t.pd()
t.circle(190,80)
t.up()
t.goto(348,50)
t.pd()
t.seth(45)
t.circle(-165,45)
t.up()
t.goto(348,50)
t.seth(60)
t.pd()
t.circle(-200,56)
t.up()
t.goto(-640,395)
t.pd()
t.seth(-160)
t.circle(155,60)
t.seth(70)
t.circle(-174,72)
t.seth(-140)
t.circle(320,45)
t.circle(120,45)
t.seth(85)
t.circle(-360,55)
t.up()
t.goto(-500,395)
t.pd()
t.seth(-120)
t.circle(350,45)
t.up()
t.goto(-500,395)
t.pd()
t.pensize(1)
t.seth(-150)
t.circle(375,50)
t.up()
t.goto(-500,395)
t.pd()
t.pensize(3)
t.seth(-120)
t.circle(350,45)
t.seth(90)
t.circle(-380,47)
t.seth(0)
t.fd(30)
t.seth(-130)
t.circle(380,15)
t.seth(40)
t.circle(-380,25)
t.up()
t.seth(0)
t.fd(-80)
t.seth(-130)
t.pd()
t.circle(360,7)
t.seth(40)
t.circle(-380,22)
t.up()
t.goto(-500,395)
t.seth(-110)
t.pd()
t.circle(375,27)
t.seth(-90)
t.circle(140,100)
t.seth(138)
t.circle(-510,14)
t.circle(-65,70)
t.fd(30)
t.up()
t.seth(90)
t.fd(25)
t.pd()
t.seth(-95)
t.circle(180,36)
t.seth(100)
t.circle(-200,23)
t.circle(-130,45)
t.fd(35)
t.seth(-135)
t.circle(230,43)
t.seth(45)
t.circle(230,43)
t.seth(-110)
t.circle(200,45)
t.seth(100)
t.circle(-170,38)
t.up()
t.seth(76)
t.fd(35)
t.pd()
t.fillcolor("white")
t.begin_fill()
t.seth(-107)
t.circle(253,50)
t.seth(103)
t.circle(-200,43)
t.end_fill()
t.up()
t.fd(42)
t.seth(0)
t.fd(-12)
t.pd()
t.seth(-115)
t.circle(235,42)
t.up()
t.seth(100)
t.circle(-220,22)
t.pd()
t.pensize(2)
t.circle(-220,23)
t.seth(-100)
t.fillcolor("white")
t.begin_fill()
t.circle(260,40)
t.seth(130)
t.circle(-235,36)
t.end_fill()
t.pensize(3)
t.seth(90)
t.circle(-200,32)
t.seth(-90)
t.circle(105,45)
t.seth(-26)
t.fd(80)
t.seth(97)
t.fd(105)
t.seth(-33)
t.fd(135)
t.fillcolor("white")
t.begin_fill()
t.up()
t.fd(35)
t.seth(-65)
t.pd()
t.circle(-225,70)
t.seth(55)
t.circle(225,33)
t.end_fill()
t.circle(155,20)
t.fillcolor("white")
t.begin_fill()
t.circle(155,43)
t.seth(-75)
t.circle(400,14.5)
t.end_fill()
t.fillcolor("white")
t.begin_fill()
t.circle(400,8.5)
t.circle(-450,15)
t.seth(170)
t.circle(-510,18)
t.circle(-260,50)
t.end_fill()
t.seth(-65)
t.circle(279,45)
t.fd(38)
t.seth(130)
t.fd(210)
t.seth(-26)
t.fd(79)
t.seth(101)
t.fd(107)
t.seth(-26)
t.fd(123)
t.up()
t.seth(0)
t.fd(10)
t.pd()
t.seth(-65)
t.fillcolor("white")
t.begin_fill()
t.circle(170,48)
t.seth(150)
t.circle(-150,35)
t.end_fill()
t.seth(130)
t.fd(25)
t.fd(-25)
t.seth(-50)
t.fillcolor("white")
t.begin_fill()
t.circle(178,49)
t.fd(40)
t.seth(170)
t.circle(-160,50)
t.end_fill()
t.seth(-40)
t.circle(180,25)
t.seth(140)
t.up()
t.circle(180,25)
t.pd()
t.seth(140)
t.circle(-180,15)
t.seth(-5)
t.fillcolor("white")
t.begin_fill()
t.circle(-230,60)
t.seth(100)
t.circle(240,28)
t.end_fill()
t.seth(-50)
t.circle(160,50)
t.seth(167)
t.circle(-188,50)
t.seth(-17)
t.circle(-170,60)
t.seth(97)
t.circle(500,10)
t.seth(-52)
t.circle(-520,12)
t.up()
t.seth(75)
t.fd(180)
t.pd()
t.fd(-45)
t.seth(150)
t.fd(80)
t.seth(-85)
t.fd(30)
t.seth(170)
t.fd(180)
t.seth(-17)
t.fd(220)
t.seth(95)
t.fd(30)
t.seth(-30)
t.fd(85)
t.seth(86)
t.fd(80)
t.up()
t.goto(-118,-158)
t.seth(-116)
t.pd()
t.circle(100,30)
t.fd(190)
t.up()
t.goto(-130,-150)
t.pd()
t.seth(-120)
t.fd(210)
t.seth(-26)
t.circle(-140,23)
t.seth(-170)
t.fd(20)
t.left(90)
t.fd(30)
t.fd(-30)
t.left(90)
t.fd(60)
t.seth(60)
t.fd(50)
t.seth(-3)
t.fd(60)
t.seth(42)
t.fd(51)
t.fd(-51)
t.fillcolor("white")
t.begin_fill()
t.seth(-3)
t.fd(-60)
t.seth(67)
t.fd(60)
t.end_fill()
t.seth(127)
t.fd(-10)
t.fillcolor("white")
t.begin_fill()
t.fd(68)
t.seth(4)
t.fd(70)
t.end_fill()
t.seth(-40)
t.fd(55)
t.seth(60)
t.fd(30)
t.seth(-3)
t.fd(30)
t.fd(-30)
t.seth(60)
t.fd(-30)
t.seth(-120)
t.circle(50,80)
t.seth(-3)
t.fd(30)
t.fd(-30)
t.seth(-90)
t.fd(90)
t.fd(-25)
t.seth(135)
t.fd(42)
t.up()
t.goto(-130,-150)
t.pd()
t.seth(-120)
t.fd(60)
t.seth(190)
t.fd(200)
t.seth(-120)
t.fd(140)
t.seth(-75)
t.fd(35)
t.up()
t.seth(0)
t.fd(100)
t.seth(120)
t.pd()
t.circle(-125,57)
t.up()
t.goto(118,-158)
t.seth(-64)
t.pd()
t.circle(-100,30)
t.fd(190)
t.up()
t.goto(130,-150)
t.pd()
t.seth(-60)
t.fd(210)
t.seth(206)
t.circle(140,23)
t.seth(-10)
t.fd(20)
t.right(90)
t.fd(30)
t.fd(-30)
t.right(90)
t.fd(60)
t.seth(120)
t.fd(50)
t.seth(183)
t.fd(60)
t.seth(138)
t.fd(51)
t.fd(-51)
t.fillcolor("white")
t.begin_fill()
t.seth(183)
t.fd(-60)
t.seth(113)
t.fd(60)
t.end_fill()
t.seth(53)
t.fd(-10)
t.fillcolor("white")
t.begin_fill()
t.fd(68)
t.seth(176)
t.fd(70)
t.end_fill()
t.seth(220)
t.fd(55)
t.seth(120)
t.fd(30)
t.seth(120)
t.fd(-30)
t.seth(-60)
t.circle(-50,80)
t.seth(183)
t.fd(30)
t.fd(-30)
t.seth(-90)
t.fd(90)
t.fd(-35)
t.seth(45)
t.fd(42)
t.up()
t.goto(130,-150)
t.pd()
t.seth(-60)
t.fd(60)
t.seth(-10)
t.fd(200)
t.seth(-60)
t.fd(140)
t.seth(255)
t.fd(35)
t.up()
t.seth(180)
t.fd(100)
t.seth(60)
t.pd()
t.circle(125,57)
t.up()
t.goto(0,-205)
t.pd()
t.seth(182)
t.circle(-142,50)
t.up()
t.goto(0,-205)
t.pd()
t.seth(-2)
t.circle(142,50)
t.up()
t.seth(0)
t.fd(250)
t.pd()
t.color("red")
t.done()
完毕!!感谢您的收看
----------★★历史博文集合★★----------
我的零基础Python教程,Python入门篇 进阶篇 视频教程 Py安装py项目 Python模块 Python爬虫 Json Xpath 正则表达式 Selenium Etree CssGui程序开发 Tkinter Pyqt5 列表元组字典数据可视化 matplotlib 词云图 Pyecharts 海龟画图 Pandas Bug处理 电脑小知识office自动化办公 编程工具