会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yan-starry0708
博客园
首页
新随笔
联系
订阅
管理
2022年6月13日
实验8 python库应用编程与体验
摘要: task3.py 1 from turtle import * 2 3 def square(size=50, rgb='orange'): 4 pencolor(rgb) 5 for i in range(4): 6 fd(size) 7 left(90) 8 9 10 def main(): 1
阅读全文
posted @ 2022-06-13 21:18 虞渊
阅读(56)
评论(2)
推荐(0)
公告