Lesson goal: Data Science: Find the minimum value in a file

Previous: Find the maximum value | Home | Next: Confusion with max and min

Once again, again suppose sample.dat contains a list of amounts spent by patrons during lunch at a retaurant. Let's see if we can tell the owner what his smallest (or minimum) sale amount was.

In other words, let's find the minimum number in the file sample.dat.

Now you try. Try to complete the code and find the minimum number in the file sample.dat.

Type your code here:


See your results here: