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()
相關文章
相關標籤/搜索