Question: Write a Python program that asks user to enter his/her test score. If the score is 60 or above, tell the user that he/she has
Write a Python program that asks user to enter his/her test score. If the score is 60 or above, tell the user that he/she has passed the test. Otherwise, tell the user that he/she failed the test.
Note that: if-else structure must be used (only one keyword if can be used)
The screenshot below contains two test runs: 85 is entered in the 1st test run; 55 is entered in the 2nd test run.

================ REST Enter your test score: 85 Passed! ================ REST Enter your test score: 55 Failed
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
