摘要: 实验任务1 task1_1.py 1 from turtle import * 2 def move(x, y): 3 penup() 4 goto(x, y) 5 pendown() 6 def draw(n, size = 100): 7 8 for i in range(n): 9 fd(si 阅读全文
posted @ 2023-06-05 17:05 y1cheng 阅读(22) 评论(0) 推荐(0)