I am trying to make a censor. Instead of doing
if curseword in typed or curseword2 in typed or curseword3 typed:
print "No cursing! It's not nice!"
I want to make it so that I can have a list with all the words in it, and can check if those words are in the list. Note: if you use the "if any..." code, with a while loop, it has too much output to process.