Can you make this function more efficient? Thank you

后端 未结 0 1193
南旧
南旧 2021-01-16 07:31

I have a list of profane words that I compare against user input: (using Django)

def check_profanity(string):
    if string is not None:
        import os
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题