如何制作三重等价字典?

我正在尝试在下图中的等级类别之间进行映射.然后我希望能够调用一个函数,将等级转换为等效格式的相同等级.例如: def convert(num, letter, gpa): Converts a grade into an equivalent grade. The desired output will be specified by -1 and the grade fo

返回顶部