Get max from a list : Max : List PYTHON TUTORIALS


PYTHON TUTORIALS » List » Max »

 

Get max from a list


numbers = [10034678]
print max(numbers)
print max(23)



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo List
» Max