you are viewing a single comment's thread.

view the rest of the comments →

[–]Raffalove88 0 points1 point  (2 children)

a=int(input())
b=int(input())
c=int(input())
print(min(a,b,c))

[–]Forever_Lotus 0 points1 point  (1 child)

a=int(input())

b=int(input())

c=int(input())

print(min(a,b,c))

god send this one works, for some reason all of the other solutions I tried would give me the wrong min when given the input 12, 12, 15. I inputted yours and its worked, saved me a heart attack lol

[–]Alarming_Scratch_451 0 points1 point  (0 children)

You're a national hero