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