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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started