Lists
Summary
In this lab, you complete a partially prewritten Python programthat uses a list.
The program prompts the user to interactively enter eightbatting averages, which the program stores in an array. It shouldthen find the minimum and maximum batting averages stored in thearray, as well as the average of the eight batting averages. Thedata file provided for this lab includes the input statement andsome variable declarations. Comments are included in the file tohelp you write the remainder of the program.
Instructions
- Make sure the file BattingAverage.py isselected and open.
- Write the Python statements as indicated by the comments.
- Execute the program by clicking the Run buttonat
OROR