74第5章-5 统计字符出现次数【浙大版《Python 程序设计》题目集】 原题链接:预览题目详情 - 第5章-5 统计字符出现次数 (pintia.cn) 参考答案 s=input() ch=input() dc={ } for c