任务:Python实现wordcount 实现思路:先通过replace将标点全部删掉,之后通过lower转为小写,split分出每个单词进行计数统计。 任务:Vscode连接InternStudio debug笔记 配置remote debug 选择调试配置 本机调试debug server地址保持默认,生成的launch.json如图 启动debug server服务 python -m debugpy --wait-for-client --listen