PyTest - Writing Assertions
You want to write a pytest test to confirm that none of the forbidden words
['spam', 'scam', 'fraud'] appear in the user input string text. Which assertion correctly checks this?