会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
BearKuma1069's Blog
一边写代码,一边找对象。
博客园
首页
新随笔
联系
订阅
管理
文章分类 -
Python
【代码库】Python代码
摘要:实例:绘制蟒蛇 # PythonDraw. py import turtle turtle. setup(650,350,200,200) turtle. penup() turtle. fd(-250) turtle. pendown() turtle. pensize(25) turtle. p
阅读全文
posted @
2021-04-06 23:02
BearKuma1069
阅读(973)
评论(0)
推荐(0)
公告