栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

python海龟画图(12)bilibili小电视

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

python海龟画图(12)bilibili小电视


#bilibili
import turtle as t
#边框
t.pu()
t.goto(-250,-225)
t.pd()
t.pensize(15)
for i in range(2):
    t.fd(500)
    t.circle(50,90)
    t.fd(350)
    t.circle(50,90)
#嘴巴
t.pu()
t.goto(-100,-50)
t.seth(270)
t.pd()
t.pensize(15)
t.circle(50,180)
t.seth(270)
t.circle(50,180)
#左眼
t.pu()
t.goto(-200,50)
t.seth(30)
t.pd()
t.pensize(20)
t.fd(150)
#右眼
t.pu()
t.goto(200,50)
t.seth(150)
t.pd()
t.pensize(20)
t.fd(150)
#左天线
t.pu()
t.goto(-100,230)
t.seth(135)
t.pd()
t.pensize(30)
t.fd(150)
#右天线
t.pu()
t.goto(100,230)
t.seth(45)
t.pd()
t.pensize(30)
t.fd(150)
#左脚
t.pu()
t.goto(-150,-225)
t.seth(270)
t.pd()
t.pensize(15)
t.circle(30,180)
#右脚
t.pu()
t.goto(90,-225)
t.seth(270)
t.pd()
t.pensize(15)
t.circle(30,180)
t.exitonclick()

 

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/529534.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号