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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!