This program will let user input their Score in numbers to find out what grade they got.
90 or above = A
80 or above = B
70 or above = C
60 or above = D
Below 60 = F
This program will let user input their Score in numbers then output what grade they got.
Python