Instruction
Every little step brings you closer to your goal.
Exercise
That was a good one! As you can see, we've left the find_censored_words() implementation in the Code Editor. Assuming that the function arguments don't change, modify the function and make it return a new list with words that do not have any of the special characters.
Also, rename the function to be called return_non_censored_words(). Again, you can use the word_list variable to test your function.



