06 2021 档案

摘要:Exp6 turtles task3 from turtle import * # 绘制正方形 # 参数size指定边长,rgb指定画笔颜色 # 如果没有给参数,采用默认值 def square(size=50, rgb = 'orange'): pencolor(rgb) for i in ran 阅读全文
posted @ 2021-06-07 21:14 Dustella 阅读(120) 评论(2) 推荐(0)
摘要: 阅读全文
posted @ 2021-06-01 15:12 Dustella 阅读(38) 评论(0) 推荐(0)