会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
阿毛被狼叼走啦
博客园
首页
新随笔
联系
订阅
管理
07 2017 档案
【Python】七段数码显示管
摘要:#DrawSevenSegDisplay.py import turtle, datetime def drawLine(draw): #绘制单段数码管 turtle.pendown() if draw else turtle.penup() turtle.fd(40) turtle.right(90) def drawDigit(digit)...
阅读全文
posted @
2017-07-25 20:54
阿毛被狼叼走啦
阅读(2107)
评论(0)
推荐(0)
【python】用turtle库画一棵树
摘要:http://www.jb51.net/article/116724.htm
阅读全文
posted @
2017-07-25 20:30
阿毛被狼叼走啦
阅读(6974)
评论(0)
推荐(0)
公告