More List Functions

How the use list functions in Python, including the 'in' operator to check if a value exists within a list, the 'len' function to determine the number of objects in a list, as well as Max and Min to find the largest and smallest values in a list.