摘要: 1.实验任务1 task1_1.py 实验代码: from turtle import * def move(x, y): '''画笔移动到坐标(x,y)处''' penup() goto(x, y) pendown() def draw(n, size = 100): '''绘制边长为size的正 阅读全文
posted @ 2023-06-07 11:34 小熊tot 阅读(11) 评论(0) 推荐(0)