Comparing Strings using Python

前端 未结 0 740
感动是毒
感动是毒 2021-01-12 09:27
HelloThere = ["Hello There", "Hello there", "hello there"]
for word in HelloThere:
    if (message.content.lower().count(word) > 0)          


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