Question: Python Coding You are going to write a program called Test Grader The program should allow the user to enter a test mark between 1
Python Coding
You are going to write a program called "Test Grader"
The program should allow the user to enter a test mark between 1 and 100
If the number entered is too high or too low, a message should be displayed informing the user of this
Create a variable called Fail
If the test result is less than 40 they have FAILED - assign the value Y to your Fail variable
If the test result is greater or equal to 40, it is a PASS - assign the value N to your Fail variable
Check the value of Fail - if it is NOT EQUAL to N print a message saying Retake required
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
