Checking if the item exists in the list. To check if the item exists in the list, use Python “in operator” . For example, we can use in operator with if condition, and if the item exists in the list, then condition returns True, and if not, then it returns false.