Question: 2) Processing the Test Data Write a second Python program that will read the file created in the previous problem using a for loop and

2) Processing the Test Data Write a second Python program that will read the file created in the previous problem using a for loop and report the minimum and maximum randomly generated values in the file. Again, you should prompt the user for the name of the file to open and should not import/use the Python csv module. In the case that the user enters a non-existent file, you should print out "Bad file name" and halt. Hint: Comparing strings is different than comparing integers, for example "-1"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
