会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
geryhz
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
Python
Python入门
摘要:Python、pycharm Shell编程:控制语句+功能指令 vi test.sh chmod u+x test.sh ./test.sh C语言:vi aa.c chmod u+x aa.c gcc aa.c ./a.out linux部分: 显示当前目录文件:ls -a显示所有 -l以列表形
阅读全文
posted @
2021-02-24 11:08
geryhz
阅读(77)
评论(0)
推荐(0)
旋转正方形
摘要:import turtlep = turtle.Turtle()p.speed(0)for i in range(300): p.forward(i*2) p.right(90+1)turtle.done()
阅读全文
posted @
2021-02-10 10:56
geryhz
阅读(103)
评论(0)
推荐(0)
公告