# Example 1: High Risk
# 2 month old (+3), Small hematoma (+1), Parietal (+2)
# Score = 6
infant_scalp_score(2, "small", "parietal_temporal")
# Example 2: Low Risk
# 9 month old (+1), Medium hematoma (+2), Frontal (0)
# Score = 3
infant_scalp_score(9, "medium", "frontal")
Run the code above in your browser using DataLab