max min list python code example
Example 1: min in a list python
li=[0,70,7,89]
min(li)
#gives the min value 0
Example 2: how to make a python script write the minimum and maximum value
how to make a python script write the minimum add maximum value