# Example 1: Low Fall Risk
# Most items scored 4 or 3
berg_balance_scale(4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 3, 4, 2, 2)
# Example 2: High Fall Risk
# Most items scored 0 or 1
berg_balance_scale(1, 1, 2, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0)
Run the code above in your browser using DataLab