Answer to Question #335779 in Python for Dhea M. Maddela

Question #335779

Create a Python function that takes a list of n integers and returns the largest number among the n integers.




I need the code to have an output stated above.

1
Expert's answer
2022-05-01T19:06:19-0400

def max_lst(lst):

  return max(lst)


print('Your maximum value in the list =', max_lst(input()))



Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS