会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
wztshine
博客园
首页
新随笔
联系
管理
2020年5月29日
python 谢尔宾斯基三角形的递归实现
摘要: import turtle def draw(points): # 根据三个坐标,画一个三角形 t.penup() t.goto(points['left']) t.pendown() t.goto(points['top']) t.goto(points['right']) t.goto(poin
阅读全文
posted @ 2020-05-29 22:58 wztshine
阅读(1855)
评论(0)
推荐(0)
编辑
公告