# Example 1: 75kg adult with 20% TBSA burn
# Total = 4 * 75 * 20 = 6000 mL
# First 8h = 3000 mL (375 mL/hr)
parkland_burn_formula(75, 20)
# Example 2: 50kg patient with 40% TBSA burn
# Total = 4 * 50 * 40 = 8000 mL
parkland_burn_formula(50, 40)
Run the code above in your browser using DataLab