[python函數與代碼] 之 7段數碼管倒計時

#倒計時七段數碼管 import turtle def drawLine(draw): turtle.pendown() if draw else turtle.penup() turtle.fd(40) turtle.right(90) def drawDigits(digit): drawLine(True) if digit in [2,3,4,5,6,8,9
相關文章
相關標籤/搜索