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