Question: Write a python program using a function called computegrade.py that takes a score as its parameter and returns a grade as a string. Sample output
Write a python program using a function called computegrade.py that takes a score as its parameter and returns a grade as a string. Sample output follows below.
Program Execution:
Enter Score: 0.95
A
Enter Score: perfect
Bad score
Enter Score: 10.0
Bad score
Enter score: 0.75
C
Enter score: 0.5
F
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
