Task
📝 **Task:** From \`fruits = ["apple", "banana", "cherry"]\`, check if \`"banana"\` is in the list and print True/False accordingly. Expected: True
📋 Edit the starter code below. Tests run automatically.
💡 **Hint:** Re-read the theory if you get stuck.