Question: In python: Write a function named gradeFile that takes in a dictionary of grades (formatted as in previous homework assignments). The function should create an
In python:
Write a function named gradeFile that takes in a dictionary of grades (formatted as in previous homework assignments). The function should create an excel sheet with one column per grade category where the first row is the header/category name, the second row is the weight, and the subsequent rows have the actual grades in them. Row 20 should contain the average for the category grades (so you may assume that there will not be more assignments than there are blank rows to hold them).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
