I want to make my program search the list for any of the keywords in my list, I just dont know the code.
acceptedyes_list = ["yes", "yeah", "Yes" , "Yeah"]
acceptedno_list = ["No", "no"]
if QuoteReplay_str !=
(this is where I need
my program to search the list, and if any of the words that the user types isnt in the list, itll execute something else.)