1024 程序员节日凑热闹 python实现

扔下面了 import turtle,time def drawGap():     turtle.penup()     turtle.fd(5) def drawLine(draw):   #绘制单段数码管     drawGap()     turtle.pendown() if draw else turtle.penup()     turtle.fd(40)     drawGap()
相关文章
相关标签/搜索