会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aurola
博客园
首页
新随笔
联系
订阅
管理
2018年4月11日
turtle绘制花朵
摘要: import turtle angles=(0,30,60,90,120,150,180,210,240,270,300,330) colors=("blue","green","pink","purple","black","red","yellow","grey","white","beige"
阅读全文
posted @ 2018-04-11 22:20 Aurola
阅读(2565)
评论(0)
推荐(0)
2018年3月29日
第一次作业
摘要: #2.5叠边三角形.py import turtle turtle.setup(600,600,200,200) turtle.pensize(2) turtle.penup() turtle.fd(-50) turtle.pendown() angle=(60,300,300,180,180,60,300,60,180) color=("black","red","green","yellow...
阅读全文
posted @ 2018-03-29 19:05 Aurola
阅读(180)
评论(0)
推荐(0)
公告