PYTHON Please write a function that will read student grades from the given excel file and record them into a dictionary or list. You can hold multiple lists or instead a dictionary and multiple lists...


PYTHON


Please write a function that will read student grades from the given excel file and record them into a dictionary or list. You can hold multiple lists or instead a dictionary and multiple lists inside this dictionary. The suggestion is to create a dictionary that holds multiple lists.


Thank you.


A<br>B<br>D<br>E<br>1 NO<br>Name<br>Grade 1<br>Grade 2<br>Grade 3<br>2<br>100 Betty<br>90<br>80<br>70<br>3<br>200 John<br>30<br>50<br>80<br>4<br>300 Emma<br>60<br>90<br>100<br>

Extracted text: A B D E 1 NO Name Grade 1 Grade 2 Grade 3 2 100 Betty 90 80 70 3 200 John 30 50 80 4 300 Emma 60 90 100

Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here