题目链接:https://github.com/Show-Me-the-Code/show-me-the-code
代码github链接:https://github.com/wjsaya/python_spider_learn/tree/master/python_daily
个人博客地址:https://wjsaya.github.io
第 0011 题: 敏感词文本文件 filtered_words.txt,当用户输入敏感词语时,则打印出 Freedom,否则打印出 Human Rights。
1234 北京程序员公务员...
思路:
- 从文件解析敏感词。
- 根据敏感词决定输出。
敏感词列表(filtered_words.txt)
|
|
代码:
|
|