摘要: import turtle, time import winsound import math def drawGap(): turtle.penup() turtle.fd(5) def drawLine(draw): drawGap() turtle.pendown() if draw else turtle.penup() turtle.fd(4... 阅读全文
posted @ 2019-02-27 09:29 烟云过眼 阅读(1020) 评论(0) 推荐(0) 编辑