python 實現敏感詞屏蔽小程序

有一個文件,裏面有一些敏感詞彙,若是輸入這些詞,就用**代替,而後輸出。 敏感詞彙 dictionary.txt 文件內容: SB,傻B,傻逼,媽,日,shabi,操,sb,金三胖 代碼實現主體:html f = open('dictionary.txt', 'r', encoding='utf-8') dic = f.read().split(',') string = input("請發言:\
相關文章
相關標籤/搜索