Write a function grade_letter(score) that takes a numeric test score (0–100) and returns “Pass” if the score is 60 or higher, otherwise “Fail”.
Blog
The expression 2 + 3 * 4 equals 20.
The expression 2 + 3 * 4 equals 20.
What error type occurs if you convert ‘abc’ with int(‘abc’)?
What error type occurs if you convert ‘abc’ with int(‘abc’)?
What does len(‘Python’) return?
What does len(‘Python’) return?
Strings are sequences of characters.
Strings are sequences of characters.
Which operator means ‘not equal’?
Which operator means ‘not equal’?
try/except can handle invalid input.
try/except can handle invalid input.
Which keyword defines a function in Python?
Which keyword defines a function in Python?
Which Python command prints output?
Which Python command prints output?
A while loop needs a condition.
A while loop needs a condition.