Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ grade()

str Cope.misc.grade ( Union[float, int]  percentage)

This returns the letter grade given, based on the percentage you have in a class NOTE: This is one scale, that represents general accuracy.

Your institution may use a different scale. As far as I know, there isn't a standardized scale for letter grades.

Definition at line 146 of file misc.py.