Answer to Question #290201 in Python for vivek

Question #290201

For example, if the given numbers are 5, 3, 7, 2. As 7 is the greatest among the four numbers, so the output should be 7.


1
Expert's answer
2022-01-24T08:03:41-0500
nums = list(map(int, input().split()))
print(max(nums))

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