3. Write a Python program using function that will determine and return the student's Letter Grade based on a score inpu
Posted: Sat Nov 27, 2021 2:35 pm
3. Write a Python program using function that will determine and return the student's Letter Grade based on a score inputted by the user. Assign the letter grade according to the values on the table below. Score Letter Grade >= 90 A >=80 B >=70 с >=60 D <60 F Include a message that describes each output in the output statements.