摘要: import time import turtle as tt # 绘制间隔 def drawGap(): tt.penup() tt.fd(3) # 绘制单段数码管 def drawLine(draw): drawGap() if(draw): tt.pendown() else: tt.penu 阅读全文
posted @ 2020-10-17 16:21 JokerMaQ 阅读(258) 评论(0) 推荐(0)