Nice work! Contains () will return a boolean that's true if the list contains the value and false if it doesn't.
Contains ()
true
false
We kind of opted for bool-type value, didn't we?
bool