Question: python You are a medical doctor who ran a test of a patient and received an integer as the result of the test. Since this
python You are a medical doctor who ran a test of a patient and received an integer as the result of the test. Since this is a test you run very often you want to write a function that will categorize the health risk of the patient based on the value of this result Write a function named "categorize" that takes an int as a parameter and returns "low" if the input is less than 20, "medium" if the input is greater than or equal to 20 but less than 39, and returns "high" if the input is greater than or equal to 39 Submit tor Practice invalid syntax (submission.py, line 2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
