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
- Create a list of five test scores.
- Use a loop to calculate the average.
- Print the highest, lowest, and average scores using max(), min(), and sum()/len().
- Add a new score with append() and re-calculate the average.
Turn in / bring: Python script with all operations and output submitted to Canvas.