where we use min() in list fun code example Example: min in a list python li=[0,70,7,89] min(li) #gives the min value 0