# Example 1: Normal Infant
# Eyes spontaneous (4), Coos/babbles (5), Spontaneous moves (6)
pediatric_glasgow_coma_scale(4, 5, 6)
# Example 2: Severe Injury
# Eyes to pain (2), Moans (2), Decerebrate (2)
pediatric_glasgow_coma_scale(2, 2, 2)
Run the code above in your browser using DataLab