PyTest - Writing Assertions
Which of the following statements correctly checks if the string
'apple' is in the list fruits = ['apple', 'banana', 'cherry'] using pytest assertions?