摘要: import turtle, datetime def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): drawGap() turtle.pendown() if draw else turtle.penup() turtle.f 阅读全文
posted @ 2023-11-22 16:56 Partikel 阅读(44) 评论(0) 推荐(0)