gxh6666

导航

2025年6月23日 #

贪吃蛇小游戏

摘要: import pygame import time import random 初始化 Pygame pygame.init() 定义颜色 white = (255, 255, 255) yellow = (255, 255, 102) black = (0, 0, 0) red = (213, 5 阅读全文

posted @ 2025-06-23 15:13 吗假期 阅读(25) 评论(0) 推荐(0)

聊斋志异jieba分词

摘要: import jieba import re from collections import Counter import chardet 1. 安全读取文件(自动处理编码和路径) def read_file_safely(path): try: # 检测文件编码 with open(path, ' 阅读全文

posted @ 2025-06-23 14:54 吗假期 阅读(9) 评论(0) 推荐(0)