Finding the maximum number from a list inputted by user!! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Finding the maximum number from a list inputted by user!!

I want to write a program where user can input a list of numbers as he want and then he will get the maximum value among those numbers.

30th Mar 2020, 8:29 PM
Eisha Enan
Eisha Enan - avatar
1 Answer
+ 1
Python have already builtin functions for those. See from this numaric functions topic. Simple take input, print max(list) https://www.sololearn.com/learn/Python/2456/
30th Mar 2020, 9:55 PM
Jayakrishna 🇮🇳