摘要: import time import turtle as tt # 绘制间隔 def drawGap(): tt.penup() tt.fd(5) # 绘制单段数码管 def drawLine(draw): drawGap() if (draw): tt.pendown() else: tt.pen 阅读全文
posted @ 2020-10-19 11:58 锂加熔融的锌盐 阅读(55) 评论(0) 推荐(0)