摘要: import timeimport turtle as ttdef drawGap(): tt.penup() tt.fd(5)def drawLine(draw): drawGap() if (draw): tt.pendown() else: tt.penup() tt.fd(50) drawG 阅读全文
posted @ 2023-11-20 19:33 还是一个人a 阅读(9) 评论(0) 推荐(0)