会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pyy-0630
博客园
首页
新随笔
联系
订阅
管理
2026年6月18日
jieba 分词
摘要: import jieba from collections import Counter 人物别名映射:统一不同称呼为标准名称,满足题目合并要求 alias_map = { "小倩": "聂小倩", "宁生": "宁采臣", "燕生": "燕赤霞", "生": "书生", "士子": "书生", "
阅读全文
posted @ 2026-06-18 19:07 pyy_0630
阅读(3)
评论(0)
推荐(0)
2026年4月10日
用turble库画的简笔画
摘要: import turtle t = turtle.Turtle() t.speed(0) t.hideturtle() screen = turtle.Screen() screen.title("pyy") def draw_top_leaf(angle): t.penup() t.goto(0,
阅读全文
posted @ 2026-04-10 13:25 pyy_0630
阅读(3)
评论(0)
推荐(0)
公告