Lists Summary Lab Complete Partially Prewritten Python Program Uses List Program Prompts U Q37172968

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

  1. Make sure the file BattingAverage.py isselected and open.
  2. Write the Python statements as indicated by the comments.
  3. Execute the program by clicking the Run buttonat
    OR
    OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.