Created
July 28, 2018 17:34
-
-
Save Akii/f9b9fda7b3de8bbfde40a0491b85b675 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# T = Day | |
# 1 best grade, 6 worst | |
< 1 T -> 1 | |
<= 1.5 T -> 2 | |
<= 2.5 T -> 3 | |
<= 4 T -> 4 | |
<= 5 T -> 5 | |
> 5 -> 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment