So basically I have a huge list of strings, for example
list = ["hello", "my", "name", "is"]
etc...
and I want to ask the user a question, if the user responses with a word that is in my list I want to replace it with "yes". How would I do this, everything that I have tried has failed. Thanks!