Answer to Question #288755 in Python for akhil

Question #288755

smallest amoung three numbers input = 6,5, 4 and -1000, - 1000, -1000


1
Expert's answer
2022-01-19T10:35:54-0500
numbers = [int(n) for n in input().split(",")]
print(min(numbers))

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