smallest amoung three numbers input = 6,5, 4 and -1000, - 1000, -1000
numbers = [int(n) for n in input().split(",")] print(min(numbers))
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment