Problem
Write code in Python using Python compiler online GDB.
The program accepts a test score from keyboard, then determine the letterGrade, such as A, B, C ... based on the score entered.
Your IF statement should start from lowest score 60, and then follow with higher score.