Get the min value from a list : Min : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Min »

 

Get the min value from a list


numbers = [10034678]
print min(numbers)
print min(9325)



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo List
» Min