Small scale

Report a typo

Read lines with floats from the input until you get a single period . that signals you to stop.

Find the minimum of these numbers and print it out.

Sample Input 1:

11.1
2.05
4.0
.

Sample Output 1:

2.05
Write a program in Python 3





___

Create a free account to access the full topic