Creating a GPA Calculator Using Python
ECX 30 Days of Code and Design
Day 29
GPA Calculator
Task
Write a function that:
Takes as parameters, a list of tuples containing grades and their corresponding units. (E.g.: [ ("A", 2), ("A",3), ("B", 2) … etc.])
Computes and returns the student GP...
thecodingprocess.hashnode.dev4 min read