2021年8月28日
摘要: 程序如下: import turtle,time def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): drawGap() turtle.pendown() if draw else turtle.penup() turtle. 阅读全文
posted @ 2021-08-28 12:10 crystal_yxj 阅读(104) 评论(0) 推荐(0)