摘要: print("学号后两位为33(2023310343133)") import jieba txt = open("西游记.txt","r",encoding='gb18030').read() words = jieba.lcut(txt) counts = {} for word in word 阅读全文
posted @ 2024-05-26 18:04 是小熊呀050818 阅读(25) 评论(0) 推荐(0)
摘要: import turtle, datetime def drawGap(): # 绘制数码管间隔 turtle.penup() turtle.fd(5) def drawLine(draw): # 绘制单段数码管 drawGap() turtle.pendown() if draw else tur 阅读全文
posted @ 2024-04-26 21:51 是小熊呀050818 阅读(24) 评论(0) 推荐(0)