会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Loading
首页
订阅
管理
随笔分类 -
turtle绘图
turtle绘图
4-turtle接收用户的输入
摘要:示例代码 import turtle screen = turtle.Screen() answer = screen.textinput("输入对话框", "请输入你的幸运数字:") p=turtle.Pen() if int(answer)==6: p.write("你输入的幸运数字"+answ
阅读全文
posted @
2022-11-17 09:13
Devinwon
阅读(82)
评论(0)
推荐(0)
0-turtle绘图目录
摘要:turtle 绘图 目录
阅读全文
posted @
2022-10-28 09:08
Devinwon
阅读(41)
评论(0)
推荐(0)
2-turtle方向
摘要:方向 角度 相对 绝对
阅读全文
posted @
2022-10-27 22:19
Devinwon
阅读(164)
评论(0)
推荐(0)
1-turtle坐标
摘要:turtle 坐标 设置 获取
阅读全文
posted @
2022-10-27 21:05
Devinwon
阅读(472)
评论(0)
推荐(0)
3-turtle基本元素绘制
摘要:基本元素、点、线、圆、文字、海龟印章
阅读全文
posted @
2022-10-27 09:11
Devinwon
阅读(55)
评论(0)
推荐(0)
公告