7段数码管绘制
摘要:import turtle as timport timedef drawgap(): t.pu() t.fd(5)def drawline(draw): t.pendown() if draw else t.penup() t.fd(40) drawgap() t.right(90)def dra
阅读全文
posted @ 2021-10-23 23:24
posted @ 2021-10-23 23:24
posted @ 2021-10-16 21:15