# Example 1: Patient obeys commands
# Score = 2 (Low Risk)
simplified_motor_score(2)
# Example 2: Patient only localizes pain
# Score = 1 (High Risk)
simplified_motor_score(1)
# Example 3: Decerebrate posturing (Extension)
# Score = 0 (High Risk)
simplified_motor_score(0)
Run the code above in your browser using DataLab