StayTalentReady

Exercises — Outcome 7: Lists and Data Structures

1 hands-on tasks. Do them in order; each one feeds the Canvas item it names.

35 min · hands-on

1. Grade Book

  1. Create a list of five test scores.
  2. Use a loop to calculate the average.
  3. Print the highest, lowest, and average scores using max(), min(), and sum()/len().
  4. Add a new score with append() and re-calculate the average.
Turn in / bring: Python script with all operations and output submitted to Canvas.
← Outcome 6Outcome 8 →

↑ Back to top