# Example 1: Comatose/Intubated (High Severity)
# Eyes closed to pain (0), Extension (1), Absent reflexes (0), Vent rate (0)
# Score = 1
four_score(0, 1, 0, 0)
# Example 2: Conscious
# Tracking (4), Thumbs up (4), Reflexes intact (4), Regular breath (4)
# Score = 16
four_score(4, 4, 4, 4)
Run the code above in your browser using DataLab