会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mindf
博客园
首页
新随笔
联系
订阅
管理
2020年3月11日
Python语言程序设计第一周作业
摘要: 1、五角星的绘制 import turtle as t t.setup(650,350,-180,-180) t.fillcolor("red") t.begin_fill() for i in range(5): t.fd(150) t.right(145) t.end_fill() 2、六角形的
阅读全文
posted @ 2020-03-11 17:57 Mindf
阅读(255)
评论(0)
推荐(0)
公告