# Example 1: Severe Dehydration
# Lethargic (2), Sunken Eyes (1), Dry Mouth (1), No Tears (1),
#Very Slow Turgor (2), Deep Breathing (1)
# Score = 8
dhaka_dehydration_score(2, 1, 1, 1, 2, 1)
# Example 2: Some Dehydration
# Restless (1), Sunken Eyes (1), Normal Turgor (0), Tears Present (0)
# Score = 2
dhaka_dehydration_score(1, 1, 0, 0, 0, 0)
Run the code above in your browser using DataLab