Consider the following function: def numberToGrade(x) : re…
Consider the following function: def numberToGrade(x) : return “X” This function will eventually be rewritten so that it returns the letter grade associated with x grade points. However, at the moment it is incomplete, and always returns the letter X as a placeholder. In its current form, this function is referred to as a: