How do I calculate the average grade? Do I need to change the
grades to numbers, or?
import itertools import re Classes = ["INF0100", "INF0104", "INF0125", "ECON100", "ECON110", "ECON218", "GE0100", "GE0113", "GE0124"] Grades = [["INF0100","C"],["INF0104","B"], "ECON 100", "A"], ["GE0100", "D"]
How do I calculate the average grade? Do I need to change the grades to numbers, or?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
How do I calculate the average grade? Do I need to change the grades to numbers, or?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!