def min_max(L):
    '''Return a tuple that is the minimum and maximum values in list L.
    Returns None if list is empty.'''