Search
Python provides an in-built keyword named in to check if a value exists in a list. The statement returns boolean value True if the element is present in the list and boolean value False if element is not present in the list.
in
True
False