Record
- Today is a comprehensive exercise, calculating grade rankings and score percentages. Grade ranking is easy to understand, but I haven't encountered score percentages before.
- This should be related to ranking based on the total score, which I have been familiar with since childhood, but I haven't encountered rankings like ABCD. I thought about it for a while and couldn't figure it out, so I asked CHATGPT in the end.
- In this exercise, I learned about the logical relationship between "if" and "elif", indentation, and defining numbers in calculations. Pay attention to "int" and "float".