Question: Please help me with this python program thx Gradebook Programming Assignment In this programming assignment, you are to modify the attached gradebook.py file to display

Please help me with this python program thx

Please help me with this python program thx Gradebook Programming Assignment In

Gradebook Programming Assignment 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 [[100, 96], 100, [97, 87, 92, 88], [91, 90, 92, 91]] 100, Then you can think of the two-dimensional array as the following spreadsheet Assignment 2 100 87 90 Assignment 3 100 92 92 Assignment 4 96 Student 1 Student2 Student 3 Assignment 1 100 97 91 91 And the program should print off the following when ran Assignment Averages Assignment 1: 96.00 Assignment 2: 95.67 Assignment 3: 94.67 Assignment 4: 91.67 Student Averages Student 1:99.00 Student 2:93.50 Student 3: 91.00 The output is to be nicely formatted. All averages are to be displayed to two decimal point (example: 97.67) Testing Once you have written your program you need to test it. Outside of the program, using a calculator or hand calculation verify that the result is correct. Do this for several rows and columns. If you don't get the same answer figure out why and fix the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!