摘要: '''2022310143145'''import turtle, datetime def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): drawGap() turtle.pendown() if draw else turt 阅读全文
posted @ 2023-11-20 22:04 31014552 阅读(111) 评论(0) 推荐(0)