Answer to Question #243303 in Python for H A

Question #243303
  1. Write a program to determine and display the greater of two numbers.


‣ Inputs: Two unknown numbers <num1>, <num2>

‣ Output: num1 or num2, whichever is greater


1
Expert's answer
2021-09-27T18:04:46-0400
print(max(map(int, input().split(', '))))

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