摘要:
小游戏,代码: import pygameimport sys# 初始化Pygamepygame.init()# 设置窗口尺寸width, height = 800, 600screen = pygame.display.set_mode((width, height))pygame.display 阅读全文
posted @ 2023-12-17 22:50
小张真的不会打代码
阅读(53)
评论(0)
推荐(0)
摘要:
jieba分词,聊斋29 代码: import jiebatxt = open("D:\python-learning\liaozhai.txt", "r", encoding='utf-8').read()words = jieba.lcut(txt) counts = {}for word in 阅读全文
posted @ 2023-12-17 22:47
小张真的不会打代码
阅读(18)
评论(0)
推荐(0)

浙公网安备 33010602011771号