Another method we've seen before! How do we check if our list contains a specific value?
Nice work! Contains () will return a boolean that's true if the list contains the value and false if it doesn't.
We kind of opted for bool-type value, didn't we?