# Example 1: Moderate Impairment
# Static: 5/7, Dynamic: 4/10, Coordination: 2/6
# Total = 11
trunk_impairment_scale(5, 4, 2)
# Example 2: Minimal Impairment
# Static: 7/7, Dynamic: 9/10, Coordination: 5/6
# Total = 21
trunk_impairment_scale(7, 9, 5)
Run the code above in your browser using DataLab