Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this programming assignment, you are to modify the attached gradebook.py file to display the average of each student's grade and the average for each

image text in transcribedimage text in transcribed

In this programming assignment, you are to modify the attached gradebook.py file to display the average of each student's grade and the average for each assignment. The gradebook.py file can be found attached to this assignment inside the gradebook.py.zip.file. gradebook.py contains a two-dimensional array representing the grades for a made-up course. Each row of the array represents a student, while each column of the array represents an assignment If the following two-dimensional array was contained within the python file gradebook - [L100, 100, 100, 967, 97, 87, 92, 887, [91, 90, 92, 9177 Then you can think of the two-dimensional array as the following spreadsheet: Assignment 1 Assignment 2 Assignment 3 Assignment 4 Student 1: 100 100 100 96 Student 2 97 87 92 Student 3 91 90 92 91

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DATABASE Administrator Make A Difference

Authors: Mohciine Elmourabit

1st Edition

B0CGM7XG75, 978-1722657802

More Books

Students also viewed these Databases questions