x=float(input())min=xwhile x!=0: if x<min: min=x x=float(input())print(min)
3 12.75 1.5 -2 0
-2.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!